Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   AddRightBox
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
Applications
Module development
GUI development
 
Base interface elements
Dual column pages
Feedback handling
Form actions
Forms
Lists
AddRightBox
  Define the right contents to a copy/move or add/remove box
 
Library module::system/webui/multicolumns.whlib
 
Syntax PUBLIC MACRO AddRightBox (STRING title,STRING linkvar,STRING uplink,RECORD ARRAY items)
 
Parameters
title Title is displayed on top of the leftbox
linkvar Linkvar is used to indicate which webvariable to use in a link (for example rightitem)
uplink Uplink holds the value to link to when the uplink is pressed
(for example 1 will create a link rightitem=1) set to "" to suppress the uplink
items Item holds the items displayed in the box
  The record contains the following cells:
value String with the value of this item
type String with the type of this item (this will be appended to the linkvar)
title String with the title of this item
image Name of the (icon)image to display with this item
isselectable Boolean indicating if this item can be selected (show checkbox or not)
selected Boolean indicating if this item is selected
islink Boolean indicating if a link should be made from this item
 
 
In library 'multicolumns'
AddAddRemoveBox
AddCopyMoveBox
AddLeftBox
AddMoveBox
AddRightBox
 
Top To top of page