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

    448 2020-09-06 《Dojo v7.0 Tutorial》
    Widget fundamentals Preamble: minimizing complexity Benefits of simplicity Basic widget structure Widget styling Widget fundamentals Widgets are the fundamental building bl...
  • Core render middleware

    475 2020-09-06 《Dojo v6.0 Tutorial》
    Core render middleware invalidator node diffProperty destroy getRegistry defer Core render middleware The @dojo/framework/core/vdom module includes foundational mi...
  • Using remote testing services

    641 2020-09-06 《Dojo v6.0 Tutorial》
    Using remote testing services BrowserStack SauceLabs TestingBot Using remote testing services Intern comes with support for running tests remotely on BrowserStack , SauceLab...
  • Introduction

    Introduction Basic usage Internationalizing a widget Adding a widget language localization bundle Specifying a root locale within an application Changing the locale within an a...
  • Introduction

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

    状态管理 基础:自封装的部件状态 让部件失效 中级:传入部件属性 高级:提取和注入状态 状态管理 在数据不需要在多个组件之间流动的简单应用程序中,状态管理是非常简单的。可将部件需要的数据封装在部件内,这是 Dojo 应用程序中状态管理的最基本形式 。 随着应用程序变得越来越复杂,并且开始要求在多个部件之间共享和传输数据,就需要一种更健壮的状...
  • 状态管理

    状态管理 基础:自封装的部件状态 让部件失效 中级:传入部件属性 高级:提取和注入状态 状态管理 在数据不需要在多个组件之间流动的简单应用程序中,状态管理是非常简单的。可将部件需要的数据封装在部件内,这是 Dojo 应用程序中状态管理的最基本形式 。 随着应用程序变得越来越复杂,并且开始要求在多个部件之间共享和传输数据,就需要一种更健壮的状...
  • Advanced store operations

    396 2020-09-06 《Dojo v7.0 Tutorial》
    Advanced store operations Advanced store operations Dojo Stores use operations to make changes to the underlying state of an application. The operations are designed in a way t...
  • Introduction

    介绍 基本用法 为单个部件设置样式 让部件支持主题 在部件中应用主题变体 创建主题 创建主题的变体 指定默认的应用程序主题 设置主题变体 更改应用程序主题 介绍 Dojo 是基于 HTML 的技术,使用 CSS 为框架中的元素和用它开发的应用程序设置样式。 Dojo 鼓励将结构样式封装在各部件中,以便最大限度复用;同时将外观主题设...
  • Functional tests

    375 2020-09-06 《Dojo v7.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...