On 11/25/16, 12:23 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" <carlos.rov...@gmail.com on behalf of carlos.rov...@codeoscopic.com> wrote:
>Hi Alex, > >I did a Div component, but I refer to just output text not attached to a >container. >Could we return text node as element directly. I want to output just text >without a div or a or anything surrounding it I guess I don't understand. Below you show it wrapped in a div. I haven't looked at your Div component, but if it has an "html" property, then it should work as I think you want it. Or maybe that's the component you need to create. Remember that so far, the focus of FlexJS has been on dynamic applications not on web documents, so we expected that most components may need Ids and are addressable at runtime. If you want to build out components for static web documents, feel free to do so. I'm way over time for tonight, and it is a holiday in the US on Friday. -Alex >> >> On 11/24/16, 1:20 PM, "carlos.rov...@gmail.com on behalf of Carlos >>Rovira" >> <carlos.rov...@gmail.com on behalf of carlosrov...@apache.org> wrote: >> >> >Hi, >> > >> >some code like this: >> > >> ><div>some text</div> >> >