The <baseform> tag allows you to create a web
form. The data represented by components that are enclosed in the
form tag can be sent to the server using the <submit>
tag. Each form component, such as <checkbox>,
<combobox> or <radiogroup> must have
a name. The data is submitted as name-value pairs, using the name and
value of the component.
baseform provides no layout for its
contents. If you want a simple automatic form layout use the
<form> tag.
See Also:
<form> and <submit><checkbox>, <radiogroup>,
<combobox>, <button>,
<edittext>, and <list>| Name | Type (tag) | Type (js) | Default | Category |
|---|---|---|---|---|
changed
|
expression | any | false | read/write |
| Boolean to determine whether the baseformitem was changed. Default is false. | ||||
formdata
|
expression | any | read/write | |
| Holds a reference to each datacomponent contained within the form. | ||||
aaactive, aadescription, aaname, aasilent, aatabindex, align, bgcolor, cachebitmap, clickable, clickregion, clip, contextmenu, cursor, fgcolor, focusable, focustrap, font, fontsize, fontstyle, frame, framesloadratio, hassetheight, hassetwidth, height, layout, loadratio, mask, opacity, pixellock, playing, proxyurl, resource, resourceheight, resourcewidth, rotation, showhandcursor, source, stretches, subviews, totalframes, unstretchedheight, unstretchedwidth, valign, visibility, visible, width, x, xoffset, y, yoffset
classroot, cloneManager, datapath, defaultplacement, id, ignoreplacement, immediateparent, inited, initstage, name, nodeLevel, options, parent, placement, subnodes
Methods
| addFormItem() |
|---|
| commit() |
|---|
| removeFormItem() |
|---|
| rollback() |
|---|
| setChanged() |
|---|
| Parameter Name | Type | Description |
|---|---|---|
| changed | Boolean | true if changed, else false. |
| skipformdata | Boolean | if true, set formdata changed values, else don't. |
bringToFront, containsPt, getAttributeRelative, getBounds, getColor, getColorTransform, getContextMenu, getCurrentTime, getDepthList, getID3, getMouse, getNextSelection, getPan, getPrevSelection, getProxyURL, getTotalTime, getVolume, init, measureHeight, measureWidth, play, proxyurl, releaseLayouts, searchSubviews, seek, sendAAEvent, sendBehind, sendInFrontOf, sendToBack, setAAActive, setAADescription, setAAName, setAASilent, setAATabIndex, setAccessible, setAlign, setAttributeRelative, setBGColor, setClickable, setColor, setColorTransform, setContextMenu, setCursor, setHeight, setLayout, setOpacity, setPan, setPlay, setProxyPolicy, setProxyURL, setResource, setResourceNumber, setRotation, setShowHandCursor, setSource, setValign, setVisibility, setVisible, setVolume, setWidth, setX, setXOffset, setY, setYOffset, shouldYieldFocus, stop, stretchResource, unload, updateResourceSize
animate, applyConstraint, applyConstraintMethod, applyData, childOf, completeInstantiation, construct, createChildren, dataBindAttribute, destroy, determinePlacement, getAttribute, getOption, getUID, init, lookupSourceLocator, releaseConstraint, releaseConstraintMethod, searchImmediateSubnodes, searchSubnodes, setData, setDatapath, setOption, setSelected, updateData
Events
| Name | Description |
|---|---|
onchanged
|
Event sent when baseformitem is changed. Only sent once when true or once when false. |
onaddsubview, onblur, onclick, ondblclick, onerror, onfocus, onframe, onframesloadratio, onheight, onkeydown, onkeyup, onlastframe, onload, onloadratio, onmousedown, onmousedragin, onmousedragout, onmouseout, onmouseover, onmouseup, onmouseupoutside, onopacity, onplay, onremovesubview, onstop, ontimeout, onvisible, onwidth, onx, ony
Copyright © 2002-2008 Laszlo Systems, Inc. All Rights Reserved. Unauthorized use, duplication or distribution is strictly prohibited. This is the proprietary information of Laszlo Systems, Inc. Use is subject to license terms.