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

    Resource Concepts Templates Store Middleware Resource Concepts Dojo resources is designed to provide a cohesive and consistent mechanism for working with data within a Dojo ...
  • Enabling interactivity

    362 2020-09-06 《Dojo v7.0 Tutorial》
    Enabling interactivity Event listeners Handling focus Delegating focus Enabling interactivity Event listeners Event listener functions can be assigned to virtual nodes in ...
  • 渲染部件

    渲染部件 支持 TSX 允许使用 TSX 的应用程序 TSX 部件示例 使用 VDOM VDOM 节点类型 实例化 VDOM 节点 虚拟节点示例 组合部件的示例 渲染到 DOM 中 MountOptions 属性 卸载应用程序 向 VDOM 中加入外部的 DOM 节点 dom() API 检测外部 DOM 节点的变化 ...
  • 核心渲染中间件

    核心渲染中间件 invalidator node diffProperty destroy getRegistry defer 核心渲染中间件 @dojo/framework/core/vdom 模块中包含基础中间件,大多数 Dojo 应用程序都会用到。这些主要用于构建其他自定义中间件(框架提供的附加中间件 就是由他们构成的...
  • Advanced formatting

    374 2020-09-06 《Dojo v7.0 Tutorial》
    Advanced formatting Message formatting Basic token replacement Replacing tokens in widgets Direct token replacement formatting ICU message formatting ICU message formatting in w...
  • Assertion templates

    377 2020-09-06 《Dojo v6.0 Tutorial》
    Assertion templates Assertion templates Assertion templates provide a reusable base to assert against a widget’s entire render output, but allow portions to be modified as need...
  • Advanced formatting: CLDR

    Advanced formatting: CLDR Loading CLDR data Dojo build system Standalone Required CLDR data per feature Message formatting Basic token replacement Replacing tokens in widgets ...
  • Middleware fundamentals

    377 2020-09-06 《Dojo v6.0 Tutorial》
    Middleware fundamentals Creating middleware Using middleware Composing middleware Passing properties to middleware Middleware fundamentals Dojo provides a concept of render...
  • 路由 API

    路由 API 为路由生成链接 更改路由 获取当前参数 获取匹配到的路由 路由 API Dojo 路由公开了一个 API,用于生成链接并导航到链接,获取当前路由的参数,并校验路由 id 是否能匹配上。 link(route: string, params: Params = {}): string | undefined : 基于路由 id...
  • Data-driven widgets

    687 2019-04-26 《Dojo v5.0 Tutorials》
    Data-driven widgets Overview Prerequisites Creating a filterable List widget Adding a List widget to the application Connecting the List to data Summary Data-driven widge...