Dears ,
I am used Universal Theme and i am try to use key Down Dynamic Action to can user add row in tabular form by press Enter , i use this steps but now working
1- in Add Button action Redirect to URL and this the target javascript:apex.widget.tabular.addRow();
2- Create Dynamic Action Event:Key Down
Selection Type : Javascript Expression with window value
Condition : Javascript Expression with condition window.event.keyCode == 13;
True Action : Execute Javascript Code
Code:addRow();
Also i use True Action :Set Focus
Selection Type:jQuery Selection
jQuery Selector:[name=f03]:last
Note: this steps working in the old theme 26
please give me solution
Regards,
Ahmed