User Tools

Site Tools


en:objects:interface:action:scroll_to_view

Differences

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

Link to this comparison view

Next revision
Previous revision
en:objects:interface:action:scroll_to_view [2020/10/13 15:10]
sales created
en:objects:interface:action:scroll_to_view [2026/08/05 22:44] (current)
Line 1: Line 1:
-<html><h2>scroll_to_view</h2> <strong>scroll_to_view($start);</strong> - scroll the page using Java Script so that the element is visible (available from version 4.6.30)<br><br>The function accepts parameters as input:<br><br><li><font color=green>$start</font> – which side of the page the element will be visible from (boolean). true - will be visible from the top of the page, false - from the bottom.<br><br>After the function returns the result of their work in the script (the return value type is boolean):<br><li><font color=blue>true</font> – executed successfully<li><font color=blue>false</font> to find this element failed (e.g. no items that meet the specified criteria or not this frame)<br><br></html>+<html><h2>scroll_to_view</h2> <strong>scroll_to_view($start,$smooth=false);</strong> - scroll the page using Java Script so that the element is visible (available from version 4.6.30)<br><br>The function accepts parameters as input:<br><br><li> <font color = green> $start </font> - which side of the page the element will be visible from (boolean). 1- true will be visible at the top of the page, 0 - false at the bottom, 2 - center, 3 - closest. <br> 
 +<li> <font color = green> $smooth</font> - whether the scroll is smooth or not. Not smooth by default. <br><br>After the function returns the result of their work in the script (the return value type is boolean):<br><li><font color=blue>true</font> – executed successfully<li><font color=blue>false</font> to find this element failed (e.g. no items that meet the specified criteria or not this frame)<br><br></html>
  
 PHP example: <code php><?php $xhe_host = "127.0.0.1:7020"; PHP example: <code php><?php $xhe_host = "127.0.0.1:7020";
en/objects/interface/action/scroll_to_view.1602591048.txt.gz · Last modified: 2020/10/13 15:10 by sales