This topic is locked

Table link properties, link is not editable

4/20/2014 6:17:43 AM
PHPRunner General questions
F
F5447 author

Hi All,
Regarding the table link properties feature of PHPrunner (in <table> tab), the link is not editable through <editor> tab.

For example, I have Master table with tableA1, tableA2, tableA3, tableA4, tableB1, tableB2, tableC1, and tableC2.
And I want to put the above links which originally display in a row as follows:

{BEGIN Master_dtable_column}<SPAN>{BEGIN tableA1_dtable_link}&nbsp;<A {$tableA1_dtablelink_attrs}>tableA1</A>&nbsp;{END tableA1_dtable_link}</SPAN>{END Master_dtable_column}

{BEGIN Master_dtable_column}<SPAN>{BEGIN tableB1_dtable_link}&nbsp;<A {$tableB1_dtablelink_attrs}>tableB1</A>&nbsp;{END tableB1_dtable_link}</SPAN>{END Master_dtable_column}

...

{BEGIN Master_dtable_column}<SPAN>{BEGIN tableC2_dtable_link}&nbsp;<A {$tableC2_dtablelink_attrs}>tableC2</A>&nbsp;{END tableC2_dtable_link}</SPAN>{END Master_dtable_column}


into this following format ...

<table style="width: 23%">

<tr>

<td style="width: 26px">1&nbsp;</td>

<td>tableA1 tableA2 tableA3 tableA4</td>

</tr>

<tr>

<td style="width: 26px">2</td>

<td>tableB1 tableB2</td>

</tr>

<tr>

<td style="width: 26px">3</td>

<td>tableC1 tableC2</td>

</tr>

</table>



The problem is that, once I edit the original link (through editor tab), the <table link properties feature> is not working properly, cannot click to display inline display table, ie: sub table, for example tableA1, etc.
Does anyone have this experience?

Kindly advise on the solution.
Thanks.

F5447