`

applyTo ,render, contentel,el,applytomarkup 的区别

阅读更多
 applyTo:  The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component. When applyTo is used, constituent parts of the component can also be specified by id or CSS class name within the main element, and the component being created may attempt to create its subcomponents from that markup if applicable. Using this config, a call to render() is not required. If applyTo is specified, any value passed for renderTo will be ignored and the target element's parent node will automatically be used as the component's container.

id、dom node、或者一个存在的适当的Element 指向 一个已经存在在当前Document,一个已经为这个组件指定了架构的Div。
 当使用applyTo时,组件的要素也可以通过id或主元素中的css class name指定。如果可能的话正在创建的组件会试图通过markup创建它的子组件。
使用这个配置就不必调用render()了。如果applyTo指定了,任何传给render的值将会被忽略。并且目标元素的父元素将会自动成为组件的容器。

renderTo: The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using this config, a call to render() is not required.  

指定一个元素、节点来作为容器将组件呈现其内。

contentEl 指定一个html node 作为 此元素的body content。

el 组件所对应的dom元素

applytomarkup: 不明白markup 是什么东西

Apply this component to existing markup that is valid. With this function, no call to render() is required.

分享到:
评论

相关推荐

    在element-ui的el-tree组件中用render函数生成el-button的实例代码

    本文主要介绍怎么在el-tree组件中通过render函数来生成el-button。 这是element-ui中el-tree树: 这是需要实现的效果: tree.vue文件中,具体实现的代码如下: <el-tree :data=treeData :props=...

    How To Render

    渲染

    Failed to Render(解决方案).md

    Failed to Render(解决方案).md

    Using a Render Pipeline to Render Primitives .zip

    压缩包中的"Using a Render Pipeline to Render Primitives"文件很可能包含了一个简单的示例程序,演示如何使用Metal API从头开始设置渲染管道并渲染一个三角形。 总之,理解并掌握渲染管道的工作原理以及如何使用...

    element-ui table组件如何使用render属性的实现

    主要介绍了element-ui table组件如何使用render属性的实现,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧

    Unity Offline Render

    Offline Render is an easy to use, realtime capture plugin for Unity. It allows you to capture the game view to a multi-channel OpenEXR or multiple PNG files, supporting not just the final output image...

    Render to Texture

    "Render to Texture",在OpenGL编程中,是一个高级特性,允许开发者将渲染的结果保存到一个纹理对象中,而不是直接显示到屏幕上。这个过程通常被称为离屏渲染,它为许多复杂的技术提供了基础,如镜像效果、环境映射...

    jquery renderTo属性实现图片放大镜

    在本篇中,我们将深入探讨如何利用jQuery的`renderTo`属性实现图片放大镜效果。 首先,`renderTo`并不是jQuery核心库中的一个直接属性,而是某些基于jQuery的插件所使用的属性,用于指定元素渲染的目标位置。在这个...

    JsRender.zip(jsrender.js和jsrender.min.js合集)

    **JsRender 概述** JsRender 是一个轻量级但功能强大的JavaScript模板引擎,由Microsoft的前员工 Boris Moore开发。这个库旨在提供一种简洁、高效的方式来动态渲染HTML内容,尤其适用于构建用户界面和数据绑定。Js...

    render标签的使用

    以下是一个使用EL(Expression Language)的例子,展示了如何根据变量动态设置`render`属性: ```xml <a4j:commandButton value="Dynamic render" render="#{myBean.renderedComponents}" /> ``` 在这个例子中,`...

    RenderDoc 1.19 64位 Windows下载

    为您列举一些renderDoc方面的下载的内容,renderdoc教程、render doc安装、renderdoc plugin等资源。把最新最全的renderDoc推荐给您,让您轻松找到相关应用信息,并提供renderDoc下载等功能。本站致力于为用户提供更好...

    对django中render()与render_to_response()的区别详解

    render()与render_to_response()均是django中用来显示模板页面的,但是在django1.3之后,render()便比render_to_response()更加招人待见!最明显的就是前者会自动使用RequestContext,而后者需要coding进去, 例如:...

    jquery-jsrender.js

    在提供的文件列表中,`jsrender.js` 应该是 JSRender 的核心库,而 `jquery-jsrender.js` 是将其功能整合到 jQuery 中的扩展插件。使用这个插件,开发者可以直接通过 jQuery 对象调用 `$.render` 或 `$.templates` ...

    将角色的Animator或Animation去掉,将SkinnedMeshRender更换为一般的Mesh Render,只使用

    一键将角色的Animator或Animation去掉,将SkinnedMeshRender更换为一般的Mesh Render,完成将动画效果的实现从CPU转移到GPU运算的目的,来利用GPU Instancing技术减少Draw Call。 • Convert assets quickly and ...

    Render cube with OpenGL API

    Use OpenGL API to render cube with perspective projection.

    使用POI绘制表格,将数据库中的数据填充到表格中

    在IT行业中,Apache POI是一个广泛使用的Java库,它允许开发者读取、写入和修改Microsoft Office格式的文件,特别是Excel工作簿。本教程将详细讲解如何利用POI库来绘制电子表格,并将数据库中的数据填充到这些表格中...

Global site tag (gtag.js) - Google Analytics