I saw some code that had the controls in a flex box set to go at the end or begging and some where centered. I tried looking at https://developer.palm.com/content/api/reference/enyo/enyo-api-reference.html#enyo.ContainedDomBuilder for eny control, then try looking at enyo,contained,Dombbuilder, sice it extends from it. I also tried to look at https://developer.palm.com/content/api/dev-guide/enyo.html cannot fine any documention on formatting the controls. does any body know a good like that would help me? Ted

link|improve this question

78% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You should check out the flexible box model - http://www.w3.org/TR/css3-flexbox/

The quick answer is that in your VorHFlexBoxorLayout you can use the properties pack and align with values like center, start, etc.

link|improve this answer
Thak you for you help – Ted pottel Jan 10 at 15:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.