Two suggestions, in case they help: - Review the Bootstrap documentation for forms, and google some other Bootstrap form examples. It took me a while to figure out how some of the Bootstrap CSS layout for controls works.
- A form example (in a simple CGI, not an app) with multiline text: https://whimsy.apache.org/committers/tm-report Craig Russell wrote on 12/30/17 3:17 PM: > I've pushed changes to the project/icla and have some issues I just cannot > figure out: > > 1. The discuss/vote/invite tab should default to discuss but instead defaults > to invite but the display is for discuss. > 2. The discuss/vote/invite tab responds to the mouse click by changing the > form but doesn't change the discuss/vote/invite itself. It remains stuck on > invite. > 3. The preview buttons never display even though the @phase variable is set > to discuss, vote, or invite. > 4. The radio buttons are displayed vertically only because I added _p within > them. I modeled these buttons after secretary/workbench selection which shows > vertical but when I remove the _p the buttons are displayed horizontally all > smooshed together. > 5. The Comment section is a text area but I cannot figure out how to make the > width/size/columns stretch all the way across. I modeled the Note section of > secretary/workbench but can't make a regular text box work with multiple > lines. > 6. The Comment section would be nicer with a blue border. > > Any suggestions? The code is in www/project/icla/views/pages/invite.js.rb > > Thanks, > > Craig > > Craig L Russell > Secretary, Apache Software Foundation > [email protected] http://db.apache.org/jdo > -- - Shane https://www.apache.org/foundation/marks/resources
