| [Form] ??2011-12-27 13:31:30by ?? <a:form column="2" title="SYS_PROMPT.QUERY_TITLE" width="600"> <a:textField name="prompt_code" bindTarget="sys_prompt_query_ds" typeCase="upper" width="200"> <a:events> <a:event name="enterdown" handler="queryPrompt"/> </a:events> </a:textField> <a:textField name="description" bindTarget="sys_prompt_query_ds" width="200"> <a:events> <a:event name="enterdown" handler="queryPrompt"/> </a:events> </a:textField> </a:form> 使用form,是为了提供一种类似于表单的界面,但其本身并没有提供任何与查询有关的能力,使用form后,框架解析后生成的界面类似下图: Demo Attachments |
Comments
1 Responses to the article