Getting so much closer! Now I have the text area element showing up. With
a little cleanup and addition of an input element it, it looks pretty good.
I had to add an input element so that the form would submit. But it does
not seem to hit my method. Here's my updated dryml.
<extend tag="form" for="Blacklist">
<field-list: fields="identifier, bulk_add">
<bulk-add-view:>
<textarea name="blacklist[bulk_add]" cols="80" rows="40"
autofocus="true"></textarea>
<br/>
<input type="submit" value="Add" />
</bulk-add-view:>
</field-list:>
</extend>
The bulk_add without a parameter gets called when the screen is
constructed, but nothing gets called when the button is added. Am I
submitting my form wrong? Without this input, there's no button at all.
Thanks again!
Dan
On Monday, January 7, 2013 5:34:22 PM UTC-8, Bryan Larsen wrote:
>
> > <batch-entries-view:>
>
> <bulk-add-view:>
>
> > <textarea name="blacklist[bulk_add]" value=""/>
> > </batch-entries-view:>
>
> </bulk-add-view:>
>
> cheers,
> Bryan
>
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/hobousers/-/rWrarMjPXUwJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.