加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

AngularDart指令列表?

发布时间:2020-12-17 17:53:05 所属栏目:安全 来源:网络整理
导读:是否在某处记录了AngularDart指令的完整列表?据我所知,鉴于AngularDart的快速发展,此列表可能会发生变化. 解决方法 这是我发现的: 实现指令的类列在 angular.directive library API documentation page中. 事件指令列表可以在 angular.directive/NgEventDi
是否在某处记录了AngularDart指令的完整列表?据我所知,鉴于AngularDart的快速发展,此列表可能会发生变化.

解决方法

这是我发现的:

>实现指令的类列在angular.directive library API documentation page中.
>事件指令列表可以在angular.directive/NgEventDirective类Dartdoc中找到.

以下是截至2014-02-02从源文件中提取的(非事件)指令列表:

[ng-attr-*]              [ng-model][ng-required]
[ng-bind-html]           [ng-model][pattern]
[ng-bind-template]       [ng-model][required]
[ng-bind]                [ng-multiple]
[ng-checked]             [ng-non-bindable]
[ng-class-even]          [ng-open]
[ng-class-odd]           [ng-pluralize]
[ng-class]               [ng-readonly]
[ng-cloak]               [ng-repeat]
[ng-disabled]            [ng-required]
[ng-form]                [ng-selected]
[ng-hide]                [ng-shallow-repeat]
[ng-href]                [ng-show]
[ng-if]                  [ng-src]
[ng-include]             [ng-srcset]
[ng-model]               [ng-style]
[ng-model][maxlength]    [ng-switch-default]
[ng-model][minlength]    [ng-switch-when]
[ng-model][ng-maxlength] [ng-switch]
[ng-model][ng-minlength] [ng-unless]
[ng-model][ng-pattern]

以下是事件指令列表:

[ng-abort]              [ng-keyup]
[ng-beforecopy]         [ng-load]
[ng-beforecut]          [ng-mousedown]
[ng-beforepaste]        [ng-mouseenter]
[ng-blur]               [ng-mouseleave]
[ng-change]             [ng-mousemove]
[ng-click]              [ng-mouSEOut]
[ng-contextmenu]        [ng-mouSEOver]
[ng-copy]               [ng-mouseup]
[ng-cut]                [ng-mousewheel]
[ng-doubleclick]        [ng-paste]
[ng-drag]               [ng-reset]
[ng-dragend]            [ng-scroll]
[ng-dragenter]          [ng-search]
[ng-dragleave]          [ng-select]
[ng-dragover]           [ng-selectstart]
[ng-dragstart]          [ng-speechchange]
[ng-drop]               [ng-submit]
[ng-error]              [ng-toucheancel]
[ng-focus]              [ng-touchend]
[ng-fullscreenchange]   [ng-touchenter]
[ng-fullscreenerror]    [ng-touchleave]
[ng-input]              [ng-touchmove]
[ng-invalid]            [ng-touchstart]
[ng-keydown]            [ng-transitionend]
[ng-keypress]

我正在制作一个更好的清单,并会尽快回复.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读