On 4/12/05, jwaknitz <[EMAIL PROTECTED]> wrote:

> <render_choice>
> <response_label ident="A">
>     <material>
>         <mattext>Less than $200</mattext>
>     </material>
> </response_label>
[snip]


> The problem is, how do I set the label to the <mattext> that is two
> elements down?

<mx:ComboBox dataProvider="{xml.render_choice.response_label}"
  labelFunction="{function(o){return o.material.mattext}}" />

Actually creating a new function and making labelFunction point to
that would be more efficient (though I like this way of expressing
it).

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to