aText identifyIn: html;
changeContentsTo: 'Some text'.
Great, it works, thanks.
Best wishes,
Tomaz
Hi Tomaz,
Just from my memory try:
renderContentOn: html
| aText aButton |
aText := self componentSupplier
singleLineTextFieldApplying: [ :theField | ].
aText identifyIn: html;
changeContentsTo: 'Some text'.
aButton := self componentSupplier
asynchron
Dear all,
I'm playing with Willow and found it very useful for setting the web
design, however, I have some challenges with understanding the
interaction affordances. They are nicely described in the documentation
- although somewhat cryptic. For instance, I cannot successfully set up
the #se