Hi Paul,

Maybe it would help a bit using a custom tag? And also using the "ajax"
tag instead of "update..." to find the name of the part automatically?


<field-list if= "&question_type == SelectOneQuestion" with= '&response'
fields= 'csq' tag= 'my-custom-tag'>


<def tag="my-custom-tag">
  <div part= 'csq-editor-part' part-locals='response'>
    <live-editor-innards>
      <select-input name= 'response[csq]' ajax options=
'&response.respondable.csq_select_options' selected='&response.csq' />
    </live-editor-innards>
  </div>
</def>

Warm regards,
Ignacio

El 18-06-2015 a las 13:40, [email protected] escribió:
> I just wrote this fieldset for my app:
> 
>      http://paste2.org/dGUZ1w1M
> 
> and it works fine, but it seems like it migth be possible to simplify.
> 
> Does any layer or parameter in that seem obviously superfluous?
> 
> Thanks for any suggestions...
> 
> Pd
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Hobo Users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected]
> <mailto:[email protected]>.
> To post to this group, send email to [email protected]
> <mailto:[email protected]>.
> Visit this group at http://groups.google.com/group/hobousers.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to