2. You will see these methods from the actionlist.
您将从操作列表中看到这些方法。
来自互联网
3. Add an ActionList builder with following inputs.
使用以下输入添加一个Action List构建块。
来自互联网
4. An actionlist is simply a named collection of actions.
动作列表就是命名的动作集合。
来自互联网
5. Define an actionlist containing all predefined actions.
定义一个包含所有预定义动作的动作列表。
来自互联网
6. The actionlist will be used by the workbasket definition.
工作篮定义将使用此动作列表。
来自互联网
7. Add an ActionList builder with the following inputs.
使用以下输入添加一个Action List构建块。
来自互联网
8. Check the box 123 and select Edit attributes from the actionlist.
选中复选框123,然后从动作列表中选择编辑属性。
来自互联网
9. You add the ActionList builder inputs for main in subsequent steps.
您将在后续步骤中添加main的Action List构建块输入。
来自互联网
10. Both action and action list are defined through the system administration client.
动作和动作列表都是通过系统管理客户机来定义的。
来自互联网
11. Add an ActionList builder to upload the document, and supply the following inputs.
添加一个Action List构建块以上载文档,并提供以下输入。
来自互联网
12. Create an action list with responsibilities assigned and check the list for completion at the next meeting.
建立一个有指定责任人的对策清单,并在下一次会议上检查对策的完成情况。
来自互联网
13. Add another Actionlist builder to call the Service Provider to obtain a listing of folders and documents for the current path with the following inputs.
14. An effective Apple meeting will include an "action list," and next to each action item is a "DRI" - a directly responsible individual who must ensure the task is accomplished.
15. This actionlist offers a systematic aroach to doing this and to making sure that the leads are of the right kind in the first lace, which will cut down on wasted time and resources.
本行动清单提供一个系统方法确保这些第一现场商机将会帮你节约时间和资源。
来自互联网
16. If an important action is not on your list, you'll worry about it unnecessarily.
如果一件重要的活动不在你的清单中,你将为此增添不必要的烦恼。
来自互联网
17. For each of these goals, list a few action steps.
对于这里的每一个目标,列出行动步骤。
来自互联网
18. Choose a first action to accomplish in your list and start on it right away.
选择你在列表中第一个要完成的任务后就立即开始行动。
来自互联网
19. I keep cruising down the list until I reach the appropriate action.
我按照列表顺序扫描下去,直到找到了最合适的行为。
来自互联网
20. In return for this and the rest of the oil, he was to put Yongbyon out of action and provide a verifiable list of all his nuclear activities.
21. Above the fold (768 pixels high), it shows a large screenshot, tagline, value proposition, call to action, client list, videos and short feature list with images.
22. When you select Action from the Styles list, we exit all caps mode, and you describe the scene.
当你在类型列表里选择“动作”的时候,文字又自动切换回了小写,这时候就可以写描述性文字了。
来自互联网
23. Similarly, When you click on do Action, you get a list of all of the Actionrules that have been defined.
同样,当您单击doAction时,将会看到所有已定义的操作规则的列表。
来自互联网
24. Now URIs that begin with /blog will be redirected to the entry controller and the listaction.
现在,以 /blog开头的那些 URI 都将会被重新定向到条目控制器和列表动作。
来自互联网
25. The Action class has the list variables named state and status.
action类具有列表变量,名为state和status。
来自互联网
26. Start the console and issue a listaction through an HTTP get, by typing the commands in Listing 7
请启动控制台,键入清单7中的命令,通过HTTPget发出列表动作
来自互联网
27. In Listing 7, you send a request from console, in two forms, to invoke the listaction on the trails controller.
在清单7中,从控制台以两种形式发送请求,调用trails控制器的list动作。
来自互联网
28. Take the listaction, for example.
以list动作为例。
来自互联网
29. Assert_template 'list' : the controller action rendered the list template.
assert _ template'list':控制器动作呈现list模板。
来自互联网
30. In this URL, trails is the name of the controller and list is the name of the action, implemented with the list controller method. Figure 1 shows the results.