This topic is locked
[SOLVED]

 text-decoration line-through

12/15/2010 12:58:25 PM
PHPRunner General questions
P
paxys author

Is possible to have in list.php pages if field1 is checked, field2 with text strikethrough.
I hope the question is clear
Regards
Paxys

Admin 12/16/2010

Could you provide more details?
I guess that you are looking for 'View as' type 'Custom' (check sample code there):

http://xlinesoft.com/phprunner/docs/_view_as__settings_custom.htm

P
paxys author 12/16/2010



Could you provide more details?
I guess that you are looking for 'View as' type 'Custom' (check sample code there):

http://xlinesoft.com/phprunner/docs/_view_as__settings_custom.htm


Sorry for my English will be better a pictures to explain


thanks for your reply

paxys

J
Jane 12/16/2010

Hi,
you can set up 'Category' field as Customin theView as settings dialog on the Visual Editor tab.

Here is a sample code to add to cross the field:

if ($data["on"]==1){

$value="<strike>".$value."</strike>";

}
P
paxys author 12/16/2010

Hi Jane

thanks for the reply it works perfectly
paxys