-
21 Nov 2011 2:26 AM #11
Absolute brilliance ... thank you
I'm getting there ... one line @ a time.
-
21 Nov 2011 2:30 AM #12
You are welcome
Sencha Inc
Andrea Cammarata, Solutions Engineer
CEO at SIMACS
@AndreaCammarata
www.andreacammarata.com
github: https://github.com/AndreaCammarata
-
21 Nov 2011 2:40 AM #13
Andrea
If don't mind me asking this - why is the popup black?
There's no code (from my side) that themes it black.
??
-
21 Nov 2011 3:00 AM #14
Possible bug??
Possible bug??
Hi
I've noticed that when using styleHTMLContent in conjunction with style, the previous width & height is ignored. Surely this shouldn't be the case?
Code:var popup = new Ext.Panel({ modal:true, centered:true, floating:true, width:300, height:320, styleHtmlContent: true, //style: 'background-color: white;', /*items: [ { xtype: 'toolbar', docked: 'top', //title: name } ],*/ html:'<h5>' + name + '</h5><div style="margin-bottom:10px;"><p>Summary... ' + summary + "</p></div>" }); popup.show();
-
21 Nov 2011 7:32 AM #15Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,684
- Vote Rating
- 435
Just a note, in a future release (have no clue which) the docked config will change to dock.
I would not use the style config, this is better placed in a CSS file and have cls specified on your panel.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.
-
22 Nov 2011 12:11 AM #16


Reply With Quote