Class: slreq.LinkSet
Package: slreq
Add custom attribute to link set
addAttribute(myLinkSet,name,type)
addAttribute(myLinkSet,name,'Checkbox','DefaultValue',value)
addAttribute(myLinkSet,name,'Combobox','List',options)
addAttribute(myLinkSet,___,'Description',descr)
addAttribute(
adds a custom attribute with the name specified by myLinkSet
,name
,type
)name
and the custom
attribute type specified by type
to the link set
myLinkSet
.
addAttribute(
adds a myLinkSet
,name
,'Checkbox','DefaultValue',value
)Checkbox
custom attribute with the name specified by
name
and the default value specified by value
to
the link set myLinkSet
.
addAttribute(
adds a myLinkSet
,name
,'Combobox','List',options
)Combobox
custom attribute with name specified by
name
, and the list options specified by options
to
the link set myLinkSet
.
addAttribute(
adds a custom attribute with the name specified by myLinkSet
,___,'Description'
,descr
)name
, the type
specified by type
, and the description specified by
descr
to the link set myLinkSet
.
deleteAttribute
| inspectAttribute
| slreq.LinkSet
| updateAttribute