Bei einem Kommentar hinter der Action ist der Kommentar selber bereits
das Pattern und darf das Stichwort »pattern:« nicht mehr
enthalten. Andernfalls würde es 1:1 in den JS-Code kopiert.
'dialog:close' => 1,
# ## jQuery Form plugin ##
- 'ajaxForm' => 1, # pattern: $(<TARGET>).ajaxForm({ success: eval_json_result })
+ 'ajaxForm' => 1, # $(<TARGET>).ajaxForm({ success: eval_json_result })
# ## jstree plugin ## pattern: $.jstree._reference($(<TARGET>)).<FUNCTION>(<ARGS>)
else if (action[0] == 'dialog:close') $(action[1]).dialog('close');
// ## jQuery Form plugin ##
- else if (action[0] == 'ajaxForm') pattern: $(action[1]).ajaxForm({ success: eval_json_result });
+ else if (action[0] == 'ajaxForm') $(action[1]).ajaxForm({ success: eval_json_result });
// ## jstree plugin ##