As well, forgot to mention that for text we have:

- TextNode
- HTMLText (made by Om)
- a bead called InnerHTML

and you're right, I was saying to use span, a, i, div, and so on but not
flexjs components like container, button, horizontal layout,...

thanks!






2017-01-31 16:34 GMT+01:00 Carlos Rovira <carlos.rov...@codeoscopic.com>:

> Hi Sankar,
>
> for example in MDLExampe we have
>
> <mdl:CardActions border="true">
>                     <mdl:Button colored="true" ripple="true" text="Add to
> Calendar"/>
>                     <mdl:Spacer/>
>                     <mdl:MaterialIcon text="{MaterialIconType.EVENT}"/>
>                 </mdl:CardActions>
>
> So you are close to this. I recommend to look at MDLExample for ways of
> solving things, at least what we could get.
>
> About dateChooser, you are right , there's no official MDL component, as
> well I miss ComboBox or Dropbox and maybe some others.
>
> I saw there's this (but not official)
>
> https://github.com/T00rk/bootstrap-material-datetimepicker
>
> so we should check it and see if we could use, or even if we want to
> incorporate it or see if MDC (material design components) has already and
> we want to start a MDC library (MDC is the new library from google that
> will substitute MDL)
>
>
>
> 2017-01-31 11:19 GMT+01:00 sankar <santanu4...@gmail.com>:
>
>> Ok. I able to come up with something that I was trying for (components
>> laying
>> horizontally and aligned vertically):
>>
>> <js:Div style="display:flex; align-items:center">
>>         <js:TextNode text="Hello!"/>
>>         <mdl:Spacer/>
>>         <mdl:TextField/>
>> </js:Div>
>>
>> These also use HTML SWC API; and I didn't seen any plain Label type of
>> component to MDL, so I generally using js:TextNode. Is there something
>> else
>> available that works as label in MDL?
>>
>>
>> Talking on something else, I didn't found any date chooser component to
>> https://getmdl.io. Does that mean FlexJS MDL shall not have something
>> like
>> that until the original mdl library has it?
>>
>> Thanks!
>>
>>
>>
>> --
>> View this message in context: http://apache-flex-development
>> .2333347.n4.nabble.com/FlexJS-MDL-requires-JS-Container-
>> type-of-component-tp58822p58840.html
>> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>>
>
>
>
> --
>
> Carlos Rovira
> Director General
> M: +34 607 22 60 05 <607%2022%2060%2005>
> http://www.codeoscopic.com
> http://www.avant2.es
>
> Este mensaje se dirige exclusivamente a su destinatario y puede contener
> información privilegiada o confidencial. Si ha recibido este mensaje por
> error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
> proceda a su destrucción.
>
> De la vigente Ley Orgánica de Protección de Datos (15/1999), le
> comunicamos que sus datos forman parte de un fichero cuyo responsable es
> CODEOSCOPIC S.A. La finalidad de dicho tratamiento es facilitar la
> prestación del servicio o información solicitados, teniendo usted derecho
> de acceso, rectificación, cancelación y oposición de sus datos dirigiéndose
> a nuestras oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la
> documentación necesaria.
>
>


-- 

Carlos Rovira
Director General
M: +34 607 22 60 05
http://www.codeoscopic.com
http://www.avant2.es

Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si ha recibido este mensaje por
error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
proceda a su destrucción.

De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
S.A. La finalidad de dicho tratamiento es facilitar la prestación del
servicio o información solicitados, teniendo usted derecho de acceso,
rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
necesaria.

Reply via email to