| | 231 | <attribute se:name="marginheight" se:bind="attribute"> |
| | 232 | <wordsInput trim="true"/> |
| | 233 | </attribute> |
| | 234 | <attribute se:name="marginwidth" se:bind="attribute"> |
| | 235 | <wordsInput trim="true"/> |
| | 236 | </attribute> |
| | 237 | <attribute se:name="frameborder" se:bind="attribute"> |
| | 238 | <choiceInput> |
| | 239 | <ciItem label="no"/> |
| | 240 | <ciItem label="yes"/> |
| | 241 | </choiceInput> |
| | 242 | </attribute> |
| | 243 | <attribute se:name="scrolling" se:bind="attribute"> |
| | 244 | <choiceInput> |
| | 245 | <ciItem label="yes"/> |
| | 246 | <ciItem label="no"/> |
| | 247 | <ciItem label="auto"/> |
| | 248 | </choiceInput> |
| | 249 | </attribute> |