« Return to Thread: Create form: from description

Create form: from description

by Dario Trussardi-2 :: Rate this Message:

Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi,
 
i have some classes for define the data to store,  with specific descriptions.
 
All class have the method  descriptionKey for define the key to store the instance.
 
Now i'm interested to create a form with textinput based on one specific descriptionKey.
 
It's possibol ?
 
In WAComponent subclass i have the method:
 
renderAddOn: html
html form:[
                html textInput callback:[ :value| self add: value].
                html submitButtton text:'add'].
       
Now i can render the textInput based on specific descriptionKey ?
 
Any pointers would be greatly appreciated!

Thanks

Dario




_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

 « Return to Thread: Create form: from description