| 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. |