in reply to is it possible to write two statements one for creating a widget and setting value to the widget?
textfield() simply returns a string that, when used as HTML, makes a text field appear. If you want to change that, you have to manipulate the text. But I recommend against that - create it correctly in the first place. Or use a template system instead.
|
|---|