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

    429 2020-09-06 《Dojo v7.0 Tutorial》
    Adaptable presentation Adaptable presentation With the importance of the internet in modern society, web applications have been required to adapt to a proliferation of ways tha...
  • Configuring widgets through properties

    424 2020-09-06 《Dojo v7.0 Tutorial》
    Configuring widgets through properties VDOM node key s Defining widget key s Configuring VNode s Changing properties and diff detection Configuring widgets through properti...
  • Resource Templates

    Resource Templates Resource Controls read() find() init() Memory Resource Templates Custom Resource Templates Create a Resource Template with initialization options Typin...
  • Ejecting

    379 2020-09-06 《Dojo v6.0 Tutorial》
    Ejecting Ejecting The Dojo build pipeline provides an end-to-end tool chain for projects, however, in rare circumstances a custom toolchain may be required. Dojo allows this to...
  • 断言模板

    断言模板 断言模板 断言模板(assertion template)提供一个可复用的基本模板来断言部件的整个输出内容,但在执行每个测试前可按需修改部分内容。这意味着在多次测试中都不会改变的公共元素可被抽象并定义一次,然后多处使用。 要使用断言模板,首先导入模块: import assertionTemplate from '@dojo/f...
  • User experience

    432 2020-09-06 《Dojo v6.0 Tutorial》
    User experience Theming User interface widget suite Navigational routing Routing in Dojo User experience Web applications inherently provide their experiences through a use...
  • 使用远程测试服务

    使用远程测试服务 BrowserStack SauceLabs TestingBot 使用远程测试服务 Intern 支持在 BrowserStack 、SauceLabs 和 TestingBot 等服务上远程运行测试。可通过注册一个帐号并将凭据提供给 cli-test-intern 来使用这些服务。默认情况下,所有测试服务会在 IE11...
  • Error outlet

    462 2020-09-06 《Dojo v6.0 Tutorial》
    Error outlet Error outlet A special outlet called errorOutlet is registered for that will match when the route doesn’t match (exact or partial ) any outlet in the routing co...
  • 按条件选取代码

    按条件选取代码 已提供的功能 按条件选取代码 构建工具的静态代码分析工具能够从它创建的包中移除无用的代码。命名的条件块是使用 dojo 框架的 has 模块定义的,并且可以在 .dojorc 中静态设置为 true 或 false,然后在构建阶段移除。 main.ts import has from '@dojo/framew...
  • Routing

    616 2019-04-26 《Dojo v5.0 Tutorials》
    Application routing Overview Prerequisites Configuring the router Routing Outlets Adding Links Dynamic Outlet Summary Application routing Overview @dojo/framework/rout...