FoxInCloud
Howto make my bootstrapped app better
Gravatar is a globally recognized avatar based on your email address. Howto make my bootstrapped app better
  Michele
  All
  Feb 16, 2018 @ 12:54am

I have deploied two different versions of my app, one normal and one boostrapped. You can find them at http:/http://159.8.14.218/acutmobile http:/http://159.8.14.218/acutmobbs

User: demo Password: 1

There are many differences on how foxincloud modify my forms and the positions of the controls contained in them. What kind of measures should I follow to mantain a similar structure in my forms in both two methods? Which are the rules foxincloud follows to move the controls in the forms ?

Thanks

Gravatar is a globally recognized avatar based on your email address. re: Howto make my bootstrapped app better [updated]
  FoxInCloud Support - Thierry N.
  Michele
  Feb 16, 2018 @ 04:32am

Michele,

3 simple ways:

  • use .wBS* properties
  • add custom rules in mob.css (eg. this rule you already have: body.bootstrap button {min-width: 50px;})
  • set .CSSclassAdd in your controls either at design or .Init() time

3 advanced ways:

  • group controls into a container to make sure they lie in the same BS grid column
  • generate custom HTML using aw*.wcHTMLgen()
  • add variable custom CSS rules in awDefault*.css using toHTMLgen.CSScustomAdd() in aw*.wcHTMLgen()

please post discrepancies that you want to correct, we'll help you find the best workaround

© 1996-2024