cflayout - tab

Ajax and Binding

Over the loader img you can select a 'spinner' message that will be displayed in the tab during ajax loading.


<cflayout type="tab" spinner="Loading...">
<cflayoutarea title="Static">tab 1</cflayoutarea>
<cflayoutarea title="Ajax"
source="/RailoAjax/tests/cflayout/files/ajax.cfm">tab 2</cflayoutarea>
<cflayoutarea title="Url Binding"
source="/RailoAjax/tests/cflayout/files/getHtml.cfm?name={myForm:name}&age={myForm:age}"/>
</cflayout>
tab 1
tab 2