Menu

#517 A simpler way to annotation a component

3.0.0 RC
closed
nobody
ZK Loader (131)
5
2007-07-25
2007-07-25
Tom M. Yeh
No

Since 2.4, we can annotate a property as follows

<textbox value="@{bind(person)}"/>

It will be simpler (and more readable) if you can annotate a component as follows

<textbox self="${bind(each='person')}"/>

Rather than

<a:bind each="person"/>
<textbox/>

Discussion

  • Tom M. Yeh

    Tom M. Yeh - 2007-07-25

    Logged In: YES
    user_id=91099
    Originator: YES

    Ready since 7/25

     
  • Tom M. Yeh

    Tom M. Yeh - 2007-07-25
    • status: open --> closed
     
  • Tom M. Yeh

    Tom M. Yeh - 2007-07-25

    Logged In: YES
    user_id=91099
    Originator: YES

    Example,

    <textbox id="t7" value="@{bind(_var='person')}" self="@{each='person'}" rows="@{rows}"/>

     

Log in to post a comment.