书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 1712 个相关结果.
  • NavBar导航栏

    NavBar导航栏 规则 代码演示 API NavBar导航栏 位于 app 内容区的上方,系统状态栏的下方,并且提供在一系列页面中的导航能力。 规则 可在导航栏中显示当前视图的标题。如果标题非常冗长且无法精简,可以空缺。 可在导航栏中使用 SegmentedControl 对内容进行层级划分。 避免用过多的元素填满导航栏。一般情况下,...
  • 服务端渲染(SSR)

    服务端渲染(SSR) 开始之前 教程 添加 @nguniversal/express-engine 丢失Token This article has not been translated, hope that your can PR to translated it. Help us! 服务端渲染(SSR) 本文描述的是 NG-A...
  • Attributes的细节

    18.9. Attributes的细节 节点属性被包装之后会传给 compile 和 link 函数。从这个操作中,我们可以得到节点的引用,可以操作节点属性,也可以为节点属性注册侦听事件。 <test a = "1" b c = "xxx" ></test> var app = ...
  • AngularJS入门教程10:事件处理器.md

    1116 2018-02-25 《AngularJS入门教程》
    控制器 模板 测试 练习 总结 在这一步,你会在手机详细信息页面让手机图片可以点击。 请重置工作目录: git checkout - f step - 10 手机详细信息视图展示了一幅当前手机的大号图片,以及几个小一点的缩略图。如果用户点击缩略图就能把那张大的替换成自己那就更好了。现在我们来看看如何用AngularJS来实现它。 步...
  • Plugin Code Styleguide

    Grafana Plugin Code Styleguide Metadata Plugin.json (mandatory) README.md File and Directory Structure Conventions HTML and CSS Build Scripts Linting ES6 features Grafa...
  • Controls

    The cam-variable-name Directive The cam-business-key Directive AngularJS support and cam-variable-name The cam-variable-type Directive Supported Variable Types AngularJS Supp...
  • Legacy review guidelines

    Legacy review guidelines Metadata README.md Plugin.json Plugin Language File and Directory Structure Conventions HTML and CSS Data Sources Configuration Page Guidelines Passw...
  • Legacy review guidelines

    Legacy review guidelines Metadata README.md Plugin.json Plugin Language File and Directory Structure Conventions HTML and CSS Data Sources Configuration Page Guidelines Passw...
  • Legacy review guidelines

    Legacy review guidelines Metadata README.md Plugin.json Plugin Language File and Directory Structure Conventions HTML and CSS Data Sources Configuration Page Guidelines Passw...
  • Pagination 分页器

    Pagination分页器 规则 代码演示 API Pagination分页器 分隔长列表,每次只加载一个页面。 规则 当加载/渲染所有数据将花费很多时间或者流量时使用 代码演示 基本用法 基本的分页器。 import { Component } from '@angular/core' ; @...