1. #1
    Sencha User
    Join Date
    Nov 2008
    Location
    Lyon, France
    Posts
    206
    Vote Rating
    4
    christophe.geiser will become famous soon enough

      0  

    Default [4.2.0.265] NodeInterface

    [4.2.0.265] NodeInterface


    decorate node should make checked fields boolean, no convert:

    {name : 'checked', type : 'bool', useNull: true, persist : false}, // , convert: null },

    This is necessary when dealing with XML data where (otherwise values like "" or "false" are interpreted as truthly and the checkbox is "checked")
    Thanks
    C.

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,107
    Vote Rating
    453
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Ext.data.Types BOOL/BOOLEAN both describe truthy values being true, 1 or 'true'. Anything else should be considered falesy
    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.

  3. #3
    Sencha User
    Join Date
    Nov 2008
    Location
    Lyon, France
    Posts
    206
    Vote Rating
    4
    christophe.geiser will become famous soon enough

      0  

    Default


    Right, sorry my post was not clear.
    The current type for 'checked is 'auto'. What I ask is to modify it to what is proposed in this post (type: 'boolean', ...)

    Cheers,
    C.