This topic is locked

Always show edit icon on List in mobile version

4/16/2016 10:36:45 AM
PHPRunner General questions
C
chuckbower author

I am working with the mobile output and I want to always show the Edit icon in the list page on a mobile version of output. Rather than requiring the user to tap the line and then click on the Edit icon. I'm tinkering and messing up my HTML mode. What change do I need to make so that the Edit icon shows always as the list page is displayed? So this is a sample of my HTML output. Do I need to change the DIV class?
{BEGIN checkbox_column}

<TD class="rnr-cc rnr-bc" style="width: 22px;" ieditcont="checkBox" {$rowstyle} {$recordattrs}>

<DIV class="rnr-flybutton runner-wrapper" style="padding: 0px; display: none; z-index: 1000;" name="flybutton" {$rowattrs}>

<UL class="rnr-more rnr-list" cellpadding="0">

<LI>

{BEGIN listIcons_column}

{BEGIN edit_column}

{BEGIN edit_link}

<A title="Edit" class="rnr-button img" data-icon="edit" {$editlink_attrs}>

</A>

{END edit_link}

{END edit_column}

{END listIcons_column}

</LI>

</UL>

</DIV>

</TD>

{END checkbox_column}
Thanks,

Chuck