User Tools

Site Tools


en:objects:table:get_cell_info:get_row_by_number

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:objects:table:get_cell_info:get_row_by_number [2020/10/13 15:04]
sales created
en:objects:table:get_cell_info:get_row_by_number [2026/08/05 22:52] (current)
Line 1: Line 1:
-<html><h2>get_row_by_number</h2> <strong>get_row_by_number($number,$row,$as_html,$frame=-1);</strong> - get the text of a row in the table with the specified number<br><br><li><font color=green>$number</font> – the number by which we find the element we need on the page (int) . Element numbers start with 0 and different types of elements have their own numbering.To find out the item number, you can use either the item inspector or the context menu, or view it in the list of items.<br><li><font color=green>$row</font> – specifies the row of the table cell. Column numbering starts from zero. <li><font color=green>$as_html</font> – save the text of cells as html (<font color=blue>true</font>), otherwise as their internal text (<font color=blue>false</font>)<li><font color=green>$frame</font> – the number of the frame in which we are looking for the element (string). Frame numbers start from zero. By default, <font color=blue>-1</font> - the element is not in the frame. You can find out the number of the frame that contains the item you need from the task inspector, the context menu, and the item list panel. <br> With version 4.6.41 of postpone: you can pass nested frames, the principle is the same, a string is numbered frames separated by <font color=blue>:</font> for example, if you transfer <font color=blue>"1:0:5"</font> - will the selected frame number <font color=blue>1</font> in it under the frame with the number <font color=blue>0</font> and the subframe number <font color=blue>5</font><br> Since version 7.0.38, you can pass "url=>XXX", then search for the frame that contains the specified src, or pass "name=>XXX" - then the frame will be searched by the specified part of the name.<br><br>After the function returns the result of their work in the script :<br><li><font color=blue>string</font> – the text of a specified string found in the table, the type of the return value string<li><font color=blue>false</font> to find this element failed (e.g. no tables or rows that meet the specified criteria or not this frame), the return type boolean,<br><br></html>+<html><h2>get_row_by_number</h2> <strong>get_row_by_number($number,$row,$as_html=false,$frame=-1);</strong> - get the text of a row in the table with the specified number<br><br><li><font color=green>$number</font> – the number by which we find the element we need on the page (int) . Element numbers start with 0 and different types of elements have their own numbering.To find out the item number, you can use either the item inspector or the context menu, or view it in the list of items.<br><li><font color=green>$row</font> – specifies the row of the table cell. Column numbering starts from zero. <li><font color=green>$as_html</font> – save the text of cells as html (<font color=blue>true</font>), otherwise as their internal text (<font color=blue>false</font>)<li><font color=green>$frame</font> – the number of the frame in which we are looking for the element (string). Frame numbers start from zero. By default, <font color=blue>-1</font> - the element is not in the frame. You can find out the number of the frame that contains the item you need from the task inspector, the context menu, and the item list panel. <br> With version 4.6.41 of postpone: you can pass nested frames, the principle is the same, a string is numbered frames separated by <font color=blue>:</font> for example, if you transfer <font color=blue>"1:0:5"</font> - will the selected frame number <font color=blue>1</font> in it under the frame with the number <font color=blue>0</font> and the subframe number <font color=blue>5</font><br> Since version 7.0.38, you can pass "url=>XXX", then search for the frame that contains the specified src, or pass "name=>XXX" - then the frame will be searched by the specified part of the name.<br><br>After the function returns the result of their work in the script :<br><li><font color=blue>string</font> – the text of a specified string found in the table, the type of the return value string<li><font color=blue>false</font> to find this element failed (e.g. no tables or rows that meet the specified criteria or not this frame), the return type boolean,<br><br></html>
  
 PHP example: <code php><?php $xhe_host = "127.0.0.1:7014"; PHP example: <code php><?php $xhe_host = "127.0.0.1:7014";
en/objects/table/get_cell_info/get_row_by_number.1602590671.txt.gz · Last modified: 2020/10/13 15:04 by sales