This topic is locked
[SOLVED]

 Hide Inline Add in List page only

10/26/2013 4:37:17 PM
PHPRunner General questions
Z
Zaboor author

Hi
Is it possible to hide Inline add in List page only and keep it in child?

C
cgphp 10/26/2013

Delete the button from the visual editor.

Z
Zaboor author 10/27/2013

Dear Cristian Gilè,
Thanks for your replay.
If I delete the button from the list page it will not appear in child list <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=72544&image=1&table=forumreplies' class='bbc_emoticon' alt=':blink:' />
Thanks for your help

C
cgphp 10/27/2013

Reset all the pages in the Visual editor, and in the "Javascript onload" event of the list page, add the following line:

$("#inlineAdd1").remove();
Z
Zaboor author 11/1/2013



Reset all the pages in the Visual editor, and in the "Javascript onload" event of the list page, add the following line:

$("#inlineAdd1").remove();



Works great
Thank you <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=72625&image=1&table=forumreplies' class='bbc_emoticon' alt='B)' />