1. #1
    Sencha Premium Member
    Join Date
    Oct 2012
    Posts
    34
    Vote Rating
    0
    roboboot is on a distinguished road

      0  

    Default 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

  2. #2
    Sencha User loiane's Avatar
    Join Date
    Aug 2009
    Posts
    171
    Vote Rating
    41
    loiane has a spectacular aura about loiane has a spectacular aura about loiane has a spectacular aura about

      1  

    Default


    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

  3. #3
    Sencha Premium Member
    Join Date
    Oct 2012
    Posts
    34
    Vote Rating
    0
    roboboot is on a distinguished road

      0  

    Default


    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

  4. #4
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,185
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  
    Aaron Conran
    @aconran
    Sencha Architect Development Team

Tags for this Thread