This topic is locked
[SOLVED]

 displayDetailTable_xxx Question

10/20/2010 8:37:17 AM
PHPRunner General questions
T
tsp003 author

Hi, I created my links in the table links properties and the child records are displaying as expected on my pages, but does anyone know how to remove the frame and the plus/minus button that hides or reveals the child record table. It doesn't seem to appear anywhere in the visual editor, so am guessing it may be some hidden code, but I havent got a clue. If someone could guide me i'd really appreciate it, its really spoiling the look of my pages and I dont need to offer the option to collapse it, so it has to go...if only I knew how <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=15525&image=1&table=forumtopics' class='bbc_emoticon' alt=':rolleyes:' /> !!! Thanks

Sergey Kornilov admin 10/21/2010

Don't really have an answer for this one off the top of my head.
I would suggest to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

T
tsp003 author 10/27/2010

Hi, thanks for replying, figured out a workaround.
in classes/listpage_embed.php lines 106-110, which is...

echo'
<div id="dpShowHide'.$this->id.'" class="dpDiv" onClick = "dpInline'.$this->id.'.hideShowDetailPreview(this);">

<img id="dpMinus'.$this->id.'" class="dpImg" border="0" src="include/img/minus.gif" valign="middle" alt="*" />

<a name="dt'.$this->id.'" class="dt">'.$this->strCaption.'</a>

</div>

<div id="detailPreview'.$this->id.'" class="dpStyle">';


I just commented this section out, and it has done the trick. All seems to be working fine.... so far!!!!, lets hope it stays that way <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=53958&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' />