我在任何地方都找不到要搜索的定义。在 mymodule namespace/modulename/etc/system.xml我有:
<faq_input translate="label">
<label>Question Collor: </label>
<comment>example: #000000</comment>
<frontend_type>text</frontend_type>
<sort_order>20</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</faq_input>
我需要添加onclick
事件,例如:
<input type="text" onclik="code(myevent)" value="xxx" >