When you edit any of the percentages, please do not forget to press Enter , to apply the change. Once you change the percentage of a grid cell's row or column, the remaining height/width in the container will be distributed preserving the ratio of height/width of the other rows, cells. Therefore, you may need to adjust the percentages more than once till you get the desired layout.
You can also set all
column width for a row or a range of rows at once,
by selecting lower and upper bounds (inclusive) of rows in the Set
Column percents for row(s) section of the dialog box and pressing Update
Row button. You will see a dialog box similar to the one below,
where you can enter individual percentages.
$CLINICAL_HOME/web/pages/layout/clinical.css
For example, let assume you have the following class selector
definition in the clinical.css file
.sars_question { color: blue; font-family: arial }
$CLINICAL_HOME/web/pages/layout/clinical.css
For example, let assume you have the following class selector
definition in the clinical.css file
.sars_radio { color: blue; font-family: arial;
border-style: solid;
border-color: #0000ff
}
Then you can enter sars_radio as the class for the radio button added
to the CALM form layout design screen. In the final generated JSP the
text of radio button will will end up in blue Arial font and there will
be a blue border around the radio button and its text.
$CLINICAL_HOME/web/pages/layout/clinical.css
For example, let assume you have the following class selector
definition in the clinical.css file
.sars_check { color: blue; font-family: arial;
border-style: solid;
border-color: #0000ff
}
Then you can enter sars_check as the class for the check box
added to the CALM form layout design screen. In the final generated
JSP the text of the check box will will end up in blue Arial font and
there will be a blue border around the check box and its text.
$CLINICAL_HOME/web/pages/layout/clinical.css
For example, let assume you have the following class selector
definition in the clinical.css file
.sars_textfield { color: blue; font-family: arial;
border-style: solid;
border-color: #0000ff
}
Then you can enter sars_textfield as the class for the text field
added to the CALM form layout design screen. In the final generated JSP
the text in the text field will will end up in blue Arial font and
there will be a blue border around the text field.
$CLINICAL_HOME/web/pages/layout/clinical.css
For example, let assume you have the following class selector
definition in the clinical.css file
.sars_textarea { color: blue; font-family: arial;
border-style: solid;
border-color: #0000ff
}
Then you can enter sars_textarea as the class for the text
field added to the CALM form layout design screen. In the final
generated JSP the text in the text area will will end up in blue Arial
font and there will be a blue border around the text field.

$CLINICAL_HOME/web/pages/layout/clinical.css
For example, let assume you have the following class selector
definition in the clinical.css file
.sars_dropdown { color: blue; font-family: arial;
border-style: solid;
border-color: #0000ff
}
Then you can enter sars_dropdown as the class for the text
field added to the CALM form layout design screen. In the final
generated JSP the text in the dropdown will will end up in blue
Arial font and there will be a blue border around the text field.
$CLINICAL_HOME/web/pages/layout/clinical.css
For example, let assume you have the following class selector
definition in the clinical.css file
.sars_button { color: blue; font-family: arial}
Then you can enter sars_button as the class for the button added
to the CALM form layout design screen. In the final generated
JSP the text in the button will will end up in blue Arial font.
Alt and G keys
simultaneously.