XactCommerce Xact Objects
Home
News
XactCommerce
Typical Applications
Custom Development
Private Backend
XactScript Language
Performance
Deployment
Partners
Portfolio
About Us
leXml Language < Interface Modules & Commands < If_MultiTabForm

If_MultiTabForm
The MultiTabForm interface module assists with creating data presentations with multiple selectable tabs. Only works with Netscape 4.x and IE 5

init
This command should be called to initialize this function.
 
Arguments:
top - .lexml or .html file for generating tabs (required)
top:... - Variables to pass to top if it's a .lexml file
topdynamic - true or false-- does top change as tabs are pressed? (default=false)
bottom - .lexml or .html file for generating bottom (required)
bottom:... - Variables to pass to bottom if it's a .lexml file
sizes - top,form,bottom - Pixel or percentage frame sizes (default=20%,60%,20%)
action - Form action (required)
 
top and bottom must be local files. If they start with your OS's file seperator they will be considered absolute paths; else they are relative to the locaiton of the lexml file calling them.


addpage
This command adds a page to the tab list
 
Arguments:
page - .lexml or .html file to render form for this page
formname - The contents of the name="" tag for this form (each page must have a unique form name) (required)
textfields - All text fields, including passwords, hidden fields and textareas (comma seperated) (default=none)
radiobuttons - All radio button group names ...
checkboxes - All checkbox names ...
selectlists - All select lists ...
multiselectlists - All multiple select lists ...
page:... - ... will be passed with this value to the page as it's called


render
This dumps the mountain-o-javascript and code