单组件 meaning in Chinese
unimodule
Examples
- During the render phase the components contained within the form component will be looked up and asked to render themselves , whereupon they will generate standard html to the output
在呈现阶段,包含在表单组件中的组件将被查看到,并被要求呈现它们自己,因此它们将向输出产生标准的html 。 - For example , a form component will be triggered by an action request , and will then send notification events to announce when the form submission is about to be processed , and whether it was succesful or not
例如:一个表单组件将被一个动作请求触发,并且随后将在表单提交被要处理时发出一个通知事件,无论成功与否。 - In tapestry 4 , you would configure a parameter of a component with the name of a method to invoke when a certain event occured , usually a request from the client
经常,一个导航请求(由用户发起)将产生许多控制流请求。例如:一个表单组件将被一个动作请求触发,并且随后将在表单提交被要处理时发出一个通知事件,无论成功与否。