Can I get the mysterious <spam id=editXX_table> number?
This topic is locked
Can I get the mysterious <spam id=editXX_table> number?
11/7/2011 3:34:45 PM
PHPRunner General questions
M
mickna author
After hours of searching in the forum: In list view most fields are tagged with
<span id=edit4_tablename>
and the next row with
<span id=edit5_tablename>
and so on. can I somehow get this edit# value for "view as settings"? BTW: I would really love to have a sheet with variables PR is using internal.... Thx,
You need to explain what exactly you trying to achieve.
M
mickna author11/7/2011
Hi Sergey, I thought it is simple. I'd like to know how span ID in list page are generated and if I can grab this values. Background:
Master/Detail Relations
list view of master table where I can see the detail entries
detail entries have a link to the detail table with count (all default) I wanna customize this link and the table itself. I want to delete the child record link and ad the pop up link to the image.
If I am correct, I can only get the child record popup, if I match the editID. Lets say the default child link "Blah (43)" is <span><a id="mastertable_4" href="childtable_list.php....."></span>
If I want to add the link to the image, I have to match the id="mastertable_4" to call the pop up I think.