On Wed, Sep 8, 2010 at 10:42 PM, Remy Blank <remy.bl...@pobox.com> wrote:
>
> Then you could define the following options in a Component:
>
>  field = Option('ticket-custom', 'field', 'text')
>  field_label = Option('ticket-custom', 'field.label', 'My field')
>  field_value = Option('ticket-custom', 'field.value',
>                       'A default value')
>
> The default values will get picked up as part of the configuration.

Thanks. That is at least something. I'll explore this approach. But is
there other way? As I already said there might be a need to add a
field to other Trac form, so I'd like to cover this approach as well.
In addition I'd like to alter the way the field is rendered in the
page, but seems this part can be covered by my filter that is already
in place to insert the field.
-- 
anatoly t.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to trac-...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en.

Reply via email to