Demo of the creation of floatingContent containers.

This is background .....
Alert message
The alert message will be displayed in a javascript alert whenever the radio button is changed. Thus, ith a is the default, that can be overridded on a button specific basis by using an


Shortcut: include an 'alert="message"' in the (and do NOT include an child node). Confirm can be specified with in A confirmation box will be displayed whenever the button is changed; if CANCEL is chosen the change will be negated. As with a default confirm can be specified (within , or you can specify button specific confirmation messages.
Shortcut: include an 'confirm="message"' in (and do NOT include an child node).
If specified, when the form is submitted a verification function is called. Thus, is only useful if there is a parent !
You can specifiy the function by using the call attribute.
However, if you do not specify a call, then a generic function is called that checks to see if a button was chosen within this set (identified by aname).
floatingConteint container # 2. -- used with
   wsurvey.flContents.create('v2',{
          'top':'58%','left':'15%','width':'78%','height':'36%','moveTopBarClass':'.FAT',
         'expandBox':1,'zIndexBuTton':1,
        'callFunc':0,'removeClass':'shadowBox',
         'escapeOrder':'z'});
and has

   style="background-color:cyan;border:2px solid blue;z-index:2"
   class="shadowBox"

  • Since a background color is specified in the element before it is converted into a floatingContainer, it is used
  • Since overflow not specified, a scroll bar is not added
  • position info displayed here


    Floating content container #3
    Header
    • Text box:

    transfer this !
    Content

    transfer this and a wow class !
    Did it work?
    <
    Hello all (not floatingContent
    <
    Goodbye all (no header or content)!