This topic is locked
[SOLVED]

 MASTER/DETAIL LINKS TO APPEAR SAME AS APPEAR THE BUTTONS

9/17/2012 6:02:56 AM
PHPRunner General questions
C
ckapote author

HI ,
IS IT POSSIBLY SOMEHOW TO THE LINKS ON MASTER/DETAIL TABLES ON THE LIST PAGE OF THE MASTER TABLE TO APPEAR SAME FORMAT

AS THE BUTTONS OF SAME PAGE .
I.E. ADD NEW ETC.
THANKS

CHRIS

C
cgphp 9/17/2012

If the detail link is:

<a href="#">Details table</a>



the following code convert it to a button:

<SPAN class=runner-btnframe><SPAN class=runner-btnleft></SPAN><SPAN class=runner-btnright></SPAN>

<a href="#" class=runner-button>Details table</a></span>


Remember to add the class=runner-button attribute to the anchor link tag.

C
ckapote author 9/18/2012

thanks Cristian
actually the link in phprunner project is the following :
quote

===========
Transportation Details <SPAN dir=ltr {$transportation_details_childnumber_attr}>{BEGIN transportation_details_childcount}({$transportation_details_childnumber}){END transportation_details_childcount}</SPAN>

</A>&nbsp;
unquote

===========
can you please advise how can i make your code work ?
thanks in advance



If the detail link is:

<a href="#">Details table</a>



the following code convert it to a button:

<SPAN class=runner-btnframe><SPAN class=runner-btnleft></SPAN><SPAN class=runner-btnright></SPAN>

<a href="#" class=runner-button>Details table</a></span>


Remember to add the class=runner-button attribute to the anchor link tag.

C
cgphp 9/18/2012


<SPAN class=runner-btnframe><SPAN class=runner-btnleft></SPAN><SPAN class=runner-btnright></SPAN>
Place here the code of the details link
</SPAN>
C
ckapote author 9/18/2012

Cristian
is WORKING PERFECTLY
THANK YOU VERY MUCH!!




<SPAN class=runner-btnframe><SPAN class=runner-btnleft></SPAN><SPAN class=runner-btnright></SPAN>
Place here the code of the details link
</SPAN>