API17

Difference between revisions of "JTableNested:: getTreeRepositionData"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (preparing for archive only)
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Method to get various data necessary to make room in the tree at a location for a node and its children.  
 
Method to get various data necessary to make room in the tree at a location for a node and its children.  
  
{{Description:JTableNested::_getTreeRepositionData}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JTableNested::_getTreeRepositionData|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
protected function _getTreeRepositionData (
 
protected function _getTreeRepositionData (
Line 42: Line 40:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JTableNested::_getTreeRepositionData source code''' on [[jplatform:database/tablenested.php#cl-1506|BitBucket]]
 
* {{JVer|11.1}} '''JTableNested::_getTreeRepositionData source code''' on [[jplatform:database/tablenested.php#cl-1506|BitBucket]]
* {{JVer|11.1}} Class [[JTableNested/11.1|JTableNested]]
+
* {{JVer|11.1}} Class [[API17:JTableNested|JTableNested]]
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[JTableNested::_getTreeRepositionData|Other versions of JTableNested::_getTreeRepositionData]]
+
* [[API17:JTableNested::_getTreeRepositionData|Other versions of JTableNested::_getTreeRepositionData]]
{{SeeAlso:JTableNested::_getTreeRepositionData}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JTableNested::_getTreeRepositionData|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JTableNested::_getTreeRepositionData
 
category=JTableNested::_getTreeRepositionData
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 60: Line 56:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JTableNested]][[Category:JTableNested::_getTreeRepositionData]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:49, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JTableNested::_getTreeRepositionData[edit]

Description[edit]

Method to get various data necessary to make room in the tree at a location for a node and its children.


protected function _getTreeRepositionData (
        $referenceNode
        $nodeWidth
        $position= 'before'
)
Parameter Type Default Description
$referenceNode
$nodeWidth
$position 'before'
  • Returns
  • Defined on line 1514 of libraries/joomla/database/tablenested.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]