I was looking at this issue and I found out the problem is the "updates" syntax.

You wrote:

        <live-editor-innards updates="part-w,div-history"/>

But with updates you have to use the Dom id:

        <live-editor-innards updates="#part-w, #div-history"/>

http://cookbook.hobocentral.net/manual/ajax#specifying-the-dom-id

I have tested it and it seems to work correctly :).

Regards,
Ignacio

El 14/05/13 18:11, Tim Griffin escribió:
No go, Bryan;

I've logged issue 32 <https://github.com/Hobo/hobo/issues/32> for Hobo
2.0.0.

Tim


On Tuesday, May 14, 2013 10:48:49 AM UTC-4, Tim Griffin wrote:

    Hi all,

    Almost no results in Hobo Users for <live-editor> so I don't know if
    anyone else is trying to use the tag?

    I'm curious, though, if there might be a practical way of having a
    <live-editor> tag update more than one part. In my case, I'd love a
    change to a <live-editor> field to be reflected by the "updated_at"
    field (which is updated automatically).

    Something like this would be great:

    <field-list fields="wholly_cancelled_text">

       <wholly-cancelled-text-view:>
         <div part="part-w">
           <live-editor-innards updates="part-w,div-history"/>
         </div>
       </wholly-cancelled-text-view:>

    </field-list>

    ...

    <div part="div-history">
       <field-list fields="created_at, updated_at"/>
    </div>


    Any ideas?

    Tim

--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.



--
Ignacio Huerta Arteche
http://www.ihuerta.net
Teléfono: 0034 645 70 77 35
Email realizado con software libre

--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to