initial checkin
[org.ibex.widgets.git] / src / org / ibex / test / text.t
1 <ibex xmlns:widget="ibex.widget">
2     <ui:box rows="1" fill="#d4d0c8" minwidth="400" minheight="300">
3         ibex.ui.frame = thisbox;
4
5         <ui:box />
6         <widget:textfield fontsize="20" text="Hello" />
7         <ui:box />
8     </ui:box>
9 </ibex>