On 12/8/16, 2:08 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
<carlos.rov...@gmail.com on behalf of carlos.rov...@codeoscopic.com> wrote:

>Hi Alex,
>
>I changed ListItemRenderer to extend MXMLItemRenderer, but nothing changed
>output is still:
>
>
><ul class="customListItemRenderer mdl-list"><li class="
>mdl-list__item">Widgets</li><li class=" mdl-list__item">Thingys</li><li
>class=" mdl-list__item">Sprockets</li><li class="
>mdl-list__item">Doohickies</li></ul>
>
>I don't have any issue with sizes and layouts. My problem is that I want
>to
>nest custom HTML things, for example a <span>, and I don't get any output
>but the current <li> container and it's text...
>
>Also, MXMLItemRenderer extends as well UIBase and not a "container" class
>like Container or ContainerBase

I don't think Container should really make a difference other than
Container and MXMLItemRenderer know about layout so it should size and
position children.

But it sounds like you are saying that the js:Span is just placing text in
the li and not creating a span?  I don't know of any code that would do
that, so I think you'll just have to debug into it.

-Alex


Reply via email to