Hybrid View
-
6 Dec 2012 3:58 AM #1
adding an Ext.data.TreeStore, root property converted to string when a variable added
adding an Ext.data.TreeStore, root property converted to string when a variable added
REQUIRED INFORMATION
Architect Build tested:- Build: 676
- ExtJS 4.1.x
- When adding a root property to tree store, and one parameter is a variable, it converts to a string.
- drop a tree store to stores
- edit root property
{
expanded: true,
children: variableName
}
- set the children from an external variable or internal/external function call
- architect converts the object to a string: root: '{\r\n expanded: true,\r\n children: variableName\r\n}',
- Windows 7
-
6 Dec 2012 11:42 AM #2
The property grid does not support JavaScript Expressions.
The 2.2 release will have features to make this easier via processConfigs or setting it up via initialize.Aaron Conran
@aconran
Sencha Architect Development Team
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote