Cflayout
Jun 25
I didn't notice cflayout tag is just like DIV before. It's not much different between cflayout and DIV. Sometimes, it just like iframe. But, we should know this tag will be useful for future. Here is example for cflayout.
2{
3 setTimeout(function(){
4 document.getElementById('Center').innerHTML = src;
5 },5);
6}
2<cflayout type="border" name="layoutborder">
3 <cflayoutarea name="Center" position="top" maxSize="200">
4 Welcome
5 </cflayoutarea>
6</cflayout>

Android




Top of Page