Chapter Contents

Previous

Next
Organizational Chart: _expand

Organizational Chart: _expand



Displays all the direct children of a node


Syntax
Details
Example

Syntax

CALL NOTIFY (orgchart-name, '_expand', node-id);

Argument Type Description
node-id
N specifies the numeric identifier of the node


Details

Even if all child nodes are displayed, they may not all appear in the current viewing area. This method has no effect if the node passed in is hidden itself.


Example

This example shows all of the children of the node when it is selected:

ORG1:
   call notify('org1','_get_selected_',
                widgetid,nodeid);
   if (nodeid eq 0) then return;
   call notify('org1','_expand_',nodeid);
return;


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.