Windoid Title

This would be windoid text.

dynamic text: some text from a variable

Nested Windoid

And here would be more windoid text.


Standalone Windoid Tag

content in a windoid's value attribute

Windoids Source

<maml:windoid title="Windoid Title">
	<p>This would be windoid text.</p>
	<p>
		<?php $v_SomeText="some text from a variable";
			echo "dynamic text: " . $v_SomeText;
		?>
	</p>
	<maml:windoid title="Nested Windoid" frameColor="#FFDDFF" titleColor="#555588">
		<p>And here would be more windoid text.</p>
	</maml:windoid>
</maml:windoid>
<br/>
<maml:windoid title="Standalone Windoid Tag" frameColor="#DDFFDD" titleColor="#558855" 
	value="content in a windoid's value attribute"/>