我正在尝试更改默认事件处理程序代码生成器,以便它生成函数的名称为onComponentidEventname例如:
<s:Button id="myButton"
click="onMyButtonClick(event)" />
我使用的代码模板是:
${namespace} ${modifiers}function ${:method_name('on${component_id}${event_name}')}(${event}:${event_type}):${return_type}{${cursor}}
但是结果是onmyButtonclick而不是onmyButtonclick。
有什么想法,如果这是可能的,怎么做?
提前感谢,
火灾不可能在代码变量上应用转换…你可以提交一个功能请求,如果你真的需要它-去http://bugs.adobe.com/jira/browse/FB/component/10660,点击"功能请求"(你需要登录)。