• When you constructed the message element target using the Add/Edit dialog in Figure 8, you left the Type field as String so that the Value field could be the desired string constant.

    在使用图8中的Add/Edit对话框构建消息元素目标时,您将Type字段保留为String,以便Value 字段是所希望的字符串常量。

    youdao

  • If you bind to element data, it should be the parent element of the target element; if you bind to attribute data, it should be the containing element.

    如果绑定到元素数据,它就应该是目标元素的父元素;如果绑定到属性数据,它就应该是包含这个属性的元素。

    youdao

  • Separate the areas in the element security control cube by target area definitions and by IF statements according to the business logic you need.

    根据您需要的业务逻辑,按照目标区域定义和IF 语句分离元素安全性控制多维数据集中的区域。

    youdao

  • After they are mapped, the transformation merges the changes of the source element into the mapped target elements.

    在它们映射之后,转换会将源元素的更改合并到映射的目标元素中。

    youdao

  • Notice, though, that this includes the textual content for the target element, as well as textual content for its child elements.

    不过要注意,它不但包含了目标元素的文本内容,还包含了其子元素的文本内容。

    youdao

  • If the event reaches the target element without being handled and the event type allows it, the bubbling phase begins.

    如果事件抵达目标元素而没有被处理并且该事件类型允许,则进入冒泡阶段。

    youdao

  • The devices can be used for friendly unit identification, maneuvers element control, fire support control, target marking and location reports.

    这个装置操作简单可以被用作单元鉴定,演习元素控制,火力支援控制,目标识别和定位报告。

    youdao

  • You may find yourself in a situation where you want only the textual content of the target element, and would rather omit all nested elements' textual content.

    您可能发现自己会有这样的要求:只希望得到目标元素的文字内容,而去掉所有嵌套的元素的文本内容。

    youdao

  • Actually, it takes two journeys: the first, called capture, begins at the document root and proceeds to the target element.

    实际上它的旅行有两次:第一次旅行称为捕获,从文档根开始,前进到目标元素。

    youdao

  • If you can only create one type of relationship between the source and target element, the context menu does not appear and the relationship is created automatically.

    如果只想创建原始元素和目标元素之间的一种关系类型,则不会出现上下文菜单,关系会被自动创建。

    youdao

  • Every event has a target, the XML or HTML element most closely associated with the event.

    每个事件都有一个目标,xml或html元素和事件的关系最密切。

    youdao

  • Earlier, I mentioned that there were two major interactivity elements in the Swappable system: highlighting the dragged element and highlighting the drag target.

    前面,我提到过在可切换系统内有两种主要的交互元素:拖动元素的突出显示和拖动到的目标的突出显示。

    youdao

  • When you release the mouse button, the dragged element and the drag target switch places, and all translucent rectangles disappear until the next swap.

    当松开鼠标按钮时,被拖动的元素和拖放到的目标元素就会互换位置,而且所有透明矩形也会消失,直到下一次切换。

    youdao

  • Select the target element or attribute to assign a value.

    选择目标元素或属性以指定值。

    youdao

  • Path location — Creates all ancestors on the navigation path to a target element if they don't exist and returns the target element for a modifiable tree.

    路径位置——如果不存在,则创建指向目标元素的导航路径上的所有祖先元素,并返回可修改树的目标元素。

    youdao

  • To see the elements related to a particular element, click a palette item, then the target element on the diagram surface.

    要查看与这些特定元素相关的元素,点击这个工具板条目,然后目标元素就会在这个图表面。

    youdao

  • These are used to indicate a target element in the out going message assembly, where an acquired value should overwrite the existing value (in the case where the element already exists in the tree).

    这些表达式用于指示输出消息组件中的目标元素,其中获取的元素应该重写现有值(假如树中已经存在元素)。

    youdao

  • Thus, when creating a relationship where the selected element is the target, you would use the incoming arrow.

    因此,当以所选元素为目标创建关系时,需要使用方向朝内的箭头。

    youdao

  • This is the only case where you can create a new element in the target WSDL tree with a menu selection in order to support dragging and dropping new operations to it.

    这是唯一的情形,您可以在目标wsdl树中建立新元素,这通过用菜单选择来实现,以便将新操作拖放到其中。

    youdao

  • In this case, though, you're going to ask just for the directed relationships that have your model element as the target of that relationship.

    尽管在这种情况下,您只需要寻找将您的模型元素当作目标之间的直接关系。

    youdao

  • In the case where the described target element already exists in the out going message assembly, then the element is left untouched.

    如果描述的目标元素已经存在于输出消息组件中,那么该元素保持不变。

    youdao

  • You can specify whether or not the event bubbles up towards the root if the target element doesn't handle it.

    可以指定在目标元素不处理的情况下是否让事件冒泡返回到根。

    youdao

  • This new target element should include all of the previous answers that apply to it, so the easiest way is to make a copy of the old target, as in Listing 8.

    这个新目标元素应该包含应用于它的所有以前的答案,所以最简便的方法是复制原来的目标,见清单8。

    youdao

  • The elements under the element describe the operations that are created in the target WSDL under the port type specified in the element.

    在元素下面的元素描述了在目标WSDL中元素指定的端口类型下建立的操作。

    youdao

  • When you initiate a drag-and-drop sequence and invoke this handler, it creates onmousemove and onmouseup handlers and installs them in the target element.

    在初始化拖放序列并调用此处理程序时,它会创建onmousemove和onmouseup处理程序并能在目标元素内安装它们。

    youdao

  • You can add attributes using the setAttribute() method, which automatically creates a new ATTRIBUTE node if one does not already exist on the target element with the given name.

    可以使用setAttribute()方法来添加属性,如果在目标元素中不存在给定名称的属性,该方法将自动创建一个新的ATTRIBUTE节点。

    youdao

  • Right-click the target element or attribute and select Create Transform.

    右键单击目标元素或属性并选择Create Transform。

    youdao

  • Use the Properties view to assign the desired value to the target element or attribute.

    使用Properties视图将所需的值分配到目标元素或属性。

    youdao

  • The Assign refinement is used when you want to assign a constant value to a target element or attribute.

    希望将常量值指定给目标元素或属性时,就要使用Assign细化。

    youdao

  • Give the name of the target element in an outputclass attribute, migrate based on that value, and add the class attribute values afterward.

    给出在classif属性中的目标元素的名称,基于值移植,随后添加 spec 属性。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定