Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/extjs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Extjs Sencha Architect设计时表达式评估_Extjs_Sencha Architect - Fatal编程技术网

Extjs Sencha Architect设计时表达式评估

Extjs Sencha Architect设计时表达式评估,extjs,sencha-architect,Extjs,Sencha Architect,Sencha Architect在设计时为配置属性赋值时是否可以计算表达式? 例如: proxy: { type: 'rest', url: 'ajustes.getUrl()' } 不幸的是,没有。以上内容被视为字符串

Sencha Architect在设计时为配置属性赋值时是否可以计算表达式? 例如:

 proxy: {
        type: 'rest',
        url: 'ajustes.getUrl()'
    }


不幸的是,没有。以上内容被视为字符串