1. #1
    Sencha User
    Join Date
    May 2010
    Posts
    1
    Vote Rating
    0
    JesseNone is on a distinguished road

      0  

    Default How can I create custom property with custom type

    How can I create custom property with custom type


    in Sencha Architect I can only create a string property(custom).

    how can I add a property with bool value or number value?

  2. #2
    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

      1  

    Default


    You can define your own custom properties and add them to the Component Config panel. Do this by typing the name of the custom property in the Filter or Quick Value Set field and clicking Add. The new property is displayed in the Custom Properties category in the panel.

    By typing in myConfig and clicking Add you will add a custom property to your class.

    By default, all custom configurations will be added as a string.

    If you know the type of a configuration prior to adding it you can provide hinting to Sencha Architect by delimiting the key and value with a : (similar to how you would in object literal or JSON notation) prior to clicking Add.

    To delete a custom property, right click on the property in the configuration grid and click Delete {propertyName}.
    Aaron Conran
    @aconran
    Sencha Architect Development Team

  3. #3
    Sencha - Sales Team dawesi's Avatar
    Join Date
    Mar 2007
    Location
    Melbourne, Australia (aka GMT+10)
    Posts
    738
    Vote Rating
    6
    dawesi will become famous soon enough

      0  

    Default


    examples of what you would type into the config search box before hitting 'Add' button

    Code:
    customArray:[]
    or
    customObject:{}
    or
    customFunction:function(){}
    or 
    customString:''
    Attached Images
    Check out SenchaWorld.com for articles, screencasts, conference videos and more.

    Sencha Technical Training : Asia Pacific Region

    Code Validation : JSLint | JSONLint | JSONPLint

Tags for this Thread