-
18 Oct 2012 1:33 AM #1
Project application title within Sencha Architect 2
Project application title within Sencha Architect 2
I'm trying to change the Title of the application within the Sencha Architect 2, but it doesn't seem possible. I've resolved opening the XDS file and change there the title, but is it possible there isn't an option in Sencha Architect?
thanks a lot
-
18 Oct 2012 5:07 AM #2
Use this in the launch function of app.js or any other place that is convenient for your project:
PHP Code:Ext.getDoc().dom.title = 'My title';
You can change anything in the html page in Sencha Architect, you just need to manipulate the DOM.Sencha/Java evangelist
Author of ExtJS 4 First Look and Mastering Ext JS books
English blog: http://loianegroner.com
Portuguese blog: http://loiane.com
Sencha Examples: https://github.com/loiane
-
18 Oct 2012 5:35 AM #3
Te point here is doing that inside the Sencha Architect IDE. But true, your advise is very good for me. Another way is to edit the XDS project file.
Thanks a lot
-
18 Oct 2012 1:22 PM #4Aaron Conran
@aconran
Sencha Architect Development Team


Reply With Quote