书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 304 个相关结果.
  • Introduction

    介绍 基本用法 定义部件 设置部件属性 组合部件 渲染到 DOM 中 介绍 Dojo 鼓励编写简单的、模块化组件,并称之为部件 ,它仅实现应用程序大量需求中的单一职责。部件被设计成可在各种场景中组合和复用,能以响应的方式连接在一起,以满足更复杂的 web 应用程序需求。 部件使用渲染函数返回的虚拟节点描述其预期的结构。然后,在应用程序运行...
  • Rendering widgets

    414 2020-09-06 《Dojo v6.0 Tutorial》
    Rendering widgets TSX support TSX-enabled applications TSX widget example Working with the VDOM VDOM node types Instantiating VDOM nodes Virtual nodes example Composition exa...
  • 通过属性配置部件

    通过属性配置部件 VDOM 节点的 key 定义部件的 key 配置 VNode 修改属性和差异检测 通过属性配置部件 传递给 VDOM 中节点的属性(properties)概念是 Dojo 的核心支柱。节点属性充当在应用程序中传播状态的主要管道,可将其从父部件传给子部件,也可以通过事件处理器逐层回传。它们也可以作为使用者与部件交互的重...
  • 部件的基本原理

    部件的基本原理 前言: 降低复杂度 简单的好处 基本的部件结构 部件样式 部件的基本原理 部件是所有 Dojo 应用程序的基本构建要素。部件是主要的封装单元,它能表示从用户界面的单个元素,到更高级别的容器元素(如 Form 表单、段落、页面甚至是完整的应用程序)等所有内容。 前言: 降低复杂度 单个部件通常表示应用程序中的单个职责。细微...
  • Using Themes

    Using Themes Switching Variants Switching Themes Using Themes Themes can be used with custom elements by including the theme’s JavaScript and CSS files. <!DOCTYPE html> <h...
  • Custom Element Slots

    Custom Element Slots Named Children Named Child Renderers Named Array of Children Named Array of Child Renderers Named Child Renderers with Arguments Custom Element Slots ...
  • Custom Element Slots

    438 2020-09-06 《Dojo v7.0 Tutorial》
    Custom Element Slots Named Children Named Child Renderers Named Array of Children Named Array of Child Renderers Named Child Renderers with Arguments Custom Element Slots ...
  • Introduction

    介绍 基本用法 测试 Dojo 应用程序 运行特定的测试套件 编写单元测试 编写功能测试 使用断言模板 介绍 Dojo 的 @dojo/cli-test-intern 提供了一个健壮的测试框架。它能高效地测试小部件的输出并确认是否如你所愿。 功能 描述 极简 API 用于测试和断言 Dojo 部件预期的虚拟 DOM 和行为的精简 A...
  • Functional tests

    426 2020-09-06 《Dojo v6.0 Tutorial》
    Functional tests Functional tests Unlike unit tests that load and execute code, functional tests load a page in the browser and test how users interact with the running applica...
  • Form widgets

    595 2019-04-26 《Dojo v5.0 Tutorials》
    Working with forms Overview Prerequisites Forms Form widgets Using forms Summary Working with forms Overview This tutorial will extend on Responding to events , where w...