| | 179 | <attribute se:name="marginheight" se:bind="attribute"> |
| | 180 | <wordsInput trim="true"/> |
| | 181 | </attribute> |
| | 182 | <attribute se:name="marginwidth" se:bind="attribute"> |
| | 183 | <wordsInput trim="true"/> |
| | 184 | </attribute> |
| | 185 | <attribute se:name="frameborder" se:bind="attribute"> |
| | 186 | <choiceInput> |
| | 187 | <ciItem label="no"/> |
| | 188 | <ciItem label="yes"/> |
| | 189 | </choiceInput> |
| | 190 | </attribute> |
| | 191 | <attribute se:name="scrolling" se:bind="attribute"> |
| | 192 | <choiceInput> |
| | 193 | <ciItem label="yes"/> |
| | 194 | <ciItem label="no"/> |
| | 195 | <ciItem label="auto"/> |
| | 196 | </choiceInput> |
| | 197 | </attribute> |