styled

The attribute "styled" is intended to make use of some DBTree styling features. It is set to true by default and must be false if you would like to use an external stylesheet.

Example

<cfmodule template="relative path to dbtree.cfm"
instancename="id of the tree"
action="edit"
type="advanced"
datasource="name of the datasource"
table="name of the database table"
contentfield="column name"
editpage="relative path to your edit page"
btn_addroot="create new root"
btn_moveroot="move to root"
btn_add="add node"
btn_edit="edit node"
btn_delete="delete node"
btn_up="move upwards"
btn_down="move downwards"
item="relative path to bullet image"
folderopen="relative path to folder open image"
folderclosed="relative path to folder closed image"
imagewidth="images width with 'px'"
imageheight="images height with 'px'"
fontsize="font size with 'px'">

See also: item, folderopen, folderclosed, imagewidth, imageheight, fontsize

 

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