-
19 Nov 2012 1:28 AM #21
hi guys
hi guys
Friends I am new to this forum & I want to tell you that i like the field of software & electronic gadgets. I had read about this Ext JS 3.4.1 somewhere but it wasnt available at that time..Its good to know it will be available soon..Please accept me as team member & get me updated for good news like this..
-
4 Jan 2013 6:16 AM #22
Extensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26
-
3 Apr 2013 5:42 AM #23
Hi Don,
Turns out callParent has not been implemented. I posted in the premium forums but wonder if you can help with this? The first post of this thread says callParent has been implemented. Thanks
http://www.sencha.com/forum/showthre...fine-for-3.4.1
-
3 Apr 2013 9:19 AM #24
I will check but I believe that was fixed in the latest 3.4.1.1 that just went out today

Please let me know if still have issues with 3.4.1.1 - http://www.sencha.com/forum/showthre...Public-Release!Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
-
25 Apr 2013 5:04 PM #25
We are in the midst of upgrading from 3.4.0 to 3.4.1.1 and during testing I noticed that when hovering over a menu item's text, the mouse cursor is now the default instead of the pointer. I assume that this was introduced as part of the fix for EXTJSIII-48. (3.4.0 example vs. 3.4.1.1 example)
This is also happening with menu icons and split buttons. Granted, it seems like a minor detail but I feel that it really affects the fit and finish of our application. For now I can fix this by adding the CSS rules below, but are there any plans for another 3.4.x release?
Code:.x-btn-arrow, .x-menu-item-icon, .x-menu-item-text { cursor: pointer; }


Reply With Quote