This topic is locked

Triggering an Inline Add

9/12/2014 1:48:36 AM
PHPRunner General questions
C
cyberslugg author

I have been using pageObj.inlineEdit.editAllRecs(); in the Javascript OnLoad Event with no problem to put the page into inline edit without any problem, But now I need to trigger an inline add.
After reading through a lot of posts I came across this pageObj.inlineAdd.inlineAdd(); but I can not get it to work like I can with the inline edit.
Basically on load I want the page to inline add one more record.
Any suggestions?
Thx