Hybrid View
-
23 Jan 2012 5:31 PM #1
ItemSelector rendering problem in 4.1 Beta
ItemSelector rendering problem in 4.1 Beta
The ItemSelector example that came with the 4.1 Beta downlowd shows a blank widget when I deployed. Code is in /examples/multiselect/multiselect-demo.html, multiselect-demo.js. I see a blank panel for the ItemSelector. Can someone confirm if this is indeed a problem?
Code:/* * Ext.ux.form.ItemSelector Example Code */ var isForm = Ext.widget('form', { title: 'ItemSelector Test', width: 700, bodyPadding: 10, height: 300, renderTo: 'itemselector', layout: 'fit', items:[{ xtype: 'itemselector', name: 'itemselector', id: 'itemselector-field', anchor: '100%', fieldLabel: 'ItemSelector', imagePath: '../ux/images/', store: ds, displayField: 'text', valueField: 'value', value: ['3', '4', '6'], allowBlank: false, msgTarget: 'side' }], dockedItems: createDockedItems('itemselector-field') });
-
24 Jan 2012 10:52 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,619
- Vote Rating
- 434
If you run it off of the file system then yes it won't work but running it off of a web server works just fine.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
30 Jan 2012 2:07 PM #3
I ran it from a web server and it is still blank.
-
30 Jan 2012 2:25 PM #4
I just downloaded 4.1 Beta2, it shows up now.
-
20 Feb 2012 5:34 PM #5
can not run it inside Ext.window.Window().
Wemerson Januario
Skype: wemerson.januario
Email: wemerson.januario@gmail.com
Fone: 62 84101145 - Goiânia-GO- Brazil
Consulting and Training Ext JS
Projects: (Nubes ERP)
-
14 Mar 2012 12:43 PM #6
I have the same issue, just a blank area.
I had a similar problem in 4.0.7 but i was able to get around it by creating the widget during the load event of the store.


Reply With Quote