首页 > 代码库 > 简单测试用控件.

简单测试用控件.

props.push(‘{"prop":"x","min":-100,"max":100}‘);props.push(‘{"prop":"y","min":-100,"max":100}‘);props.push(‘{"prop":"scaleX","min":-1,"max":1,"step":0.1,"propValue":1}‘);props.push(‘{"prop":"scaleY","min":-1,"max":1,"step":0.1,"propValue":1}‘);_layout = _layout.concat(new CtrlProps(propsChangeHandler, JSON.stringify(props)).getCtrls());