Standard Tags
Tag treelink


This tag creates a link to a popup window that allows users to select options from a structured list of Plumtree objects.

Example:
The code below creates a link that opens a popup window to a tree that can be used to select a user. See the DevCenter documentation for more details.

<pt:standard.treelink pt:windowname="myWindow" pt:windowfeatures="location=no,menubar=no,height=500,width=300" pt:RootID="1" pt:Multi="false" pt:SelectMd="2" pt:SubmitMd="2" pt:Submit="PickerSubmit" pt:Title="User" pt:SubTitle="Pick a user" pt:Class="1">Pick a user!</pt:standard.treelink>


Tag Information
Tag Nametreelink

Attributes
NameTypeRequiredDefault ValueDescription
windownamestringfalse_blank1Window name of the popup tree, used in the resulting window.open() function call. The name may only contain alphanumeric and underscore (_) characters.
windowfeaturesstringfalselocation=no,menubar=no,resizable=yes,height=400,width=400Allows you to define the features argument for the resulting window.open() function call, specifying the features for a standard browser window.


Copyright 2005 Plumtree Software, Inc.