jump, jumptarget

When jump="true", the selectbox will be prepared as a jump menu. The attribute jump is false by default and doesn't need to be defined for a simple select box.
The attribute jumptarget simply tells the menu where to jump to. Default for this is parent (with or without _).

<cf_dbtree
action="get"
type="select"
jump="true"
jumptarget="_blank"
datasource="datasource name"
table="table name"
instancename="instance name and id"
url_type="db"
url="link"
contentfield="column name">

Example

 

Add your comment to this page Add Comment
Join for a free account, or login if you are already a member.