书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 304 个相关结果.
  • Using the outlet MatchDetails

    395 2020-09-06 《Dojo v6.0 Tutorial》
    Using the outlet MatchDetails queryParams params isExact() isError() type router Using the outlet MatchDetails For every outlet that is matched on a route change, ...
  • Using MatchDetails

    463 2020-09-06 《Dojo v7.0 Tutorial》
    Using MatchDetails queryParams params isExact() isError() type router Using MatchDetails For every route that is matched on a route change, MatchDetails are injec...
  • Common state management patterns

    372 2020-09-06 《Dojo v6.0 Tutorial》
    Common state management patterns Initial state Undo Optimistic updates Synchronized updates Concurrent commands Alternative state implementations MutableState API ImmutableS...
  • Outlet

    Outlet Outlet outlet 用于标注应用程序中的显示位置,在这个位置可以根据匹配到的路由渲染不同的内容。与使用路由相比,使用 outlet 能减少编写样板代码,将多个路由关联到同一个 outlet 下,以便更自然、更准确的描述应用程序的输出结构。 考虑一个经典的应用程序布局,其中包括一个左侧菜单和主内容视图,在主内容视图右侧有一个根据...
  • Router API

    Router API Generating a link for an outlet Changing a route Getting the current parameters Get a matched outlet Router API The Dojo Router exposes an API that can be used t...
  • Styling

    453 2020-09-06 《Dojo v7.0 Tutorial》
    Introduction Styling and theming in Dojo Theming a Dojo application Working with themes
  • Standalone API

    376 2020-09-06 《Dojo v7.0 Tutorial》
    Standalone API Accessing locale message bundles Determining the current locale Standalone API Accessing locale message bundles Once a default language bundle has been impo...
  • 按条件选取代码

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

    439 2020-09-06 《Dojo v7.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...
  • Error route

    359 2020-09-06 《Dojo v7.0 Tutorial》
    Error route Error route A special route called errorRoute is registered that will match when the route doesn’t match (exact or partial ) any route in the routing configurati...