Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
ics:treemanager.movechild
Moves a node and its children to a new parent that may be in the same or a different tree table using the
ics:treemanagercommand.Syntax
<ics:treemanager> <ics:argument name="ftcmd" value="movechild"/> <ics:argument name="treename" value="name"/> <ics:argument name="node" value="node ID"/> <ics:argument name="newtreename" value="treename"/> <ics:argument name="nparentid" value="parent node ID"]/> </ics:treemanager>Parameters
ftcmd(required)- Value must be set to
movechild.
treename(required)- Name of the source tree.
node(required)- ID of the node to move.
newtreename(required)- Name of the new (destination) tree.
nparentid(optional)- ID of the new parent of the node (omit or NULL to move to root).
errno
The possible values of
errnoinclude:
errnoof0(with an empty resultset 0 rather than an errno of-112).See Also
The following
ics:treemanagercommand:
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.