| 1234567891011 |
- # UITextField widget layout file
- TBLayout: axis: y
- TBTextField: text: "this is the Example of a UITextField widget"
- TBContainer
- TBTextField: text: "TextField widget"
- TBTextField: id: spacer, text: " "
- TBLayout
- TBButton: text: "UITextField help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uitextfield.html"
- TBButton: text: "UITextField application code", id: uitextfieldcode
- TBButton: text: "UITextField layout code", id: uitextfieldlayout
|