For example, we have a modal component, it can config that using ng-template as a configurable template. Now what we want to do is to pass in inputs t ...
分类:
其他好文 时间:
2017-07-02 21:15:08
阅读次数:
135
Now for au-modal component, we pass in tow component though contenct projection: One is 'au-tab-panel' which contains all the content body for modal. ...
分类:
其他好文 时间:
2017-07-02 20:32:52
阅读次数:
233
If we want to add global event handler, we can use 'EventManager' from '@angular/platform-broswer'. Now we have a modal component, we want to click 'E ...
分类:
其他好文 时间:
2017-07-02 19:43:55
阅读次数:
177
模态框经过了优化,更加灵活,以弹出对话框的形式出现,具有最小和最实用的功能集。 不支持模态框重叠 千万不要在一个模态框上重叠另一个模态框。要想同时支持多个模态框,需要自己写额外的代码来实现。 不支持模态框重叠 千万不要在一个模态框上重叠另一个模态框。要想同时支持多个模态框,需要自己写额外的代码来实现 ...
分类:
Web程序 时间:
2017-07-01 17:17:50
阅读次数:
205
Make use of Bootstrap's modal more monkey-friendly. 参考地址:http://nakupanda.github.io/bootstrap3-dialog/ 模态弹框: <div class="modal fade"> <div class="moda ...
分类:
其他好文 时间:
2017-07-01 11:51:26
阅读次数:
217
We have modal implement and now we want to implement close functionality. Becuase we use a structure directive to do open modal on click functionality ...
分类:
其他好文 时间:
2017-06-30 21:03:59
阅读次数:
159
原因可能是因为bootstrap.min.js(bootstrap.js) 和modal.js重复引用导致的,而且重复引用还会引致bootstrap的js事件失效。 ...
分类:
其他好文 时间:
2017-06-30 18:51:05
阅读次数:
209
Title 加号 options('addNumberHandlerDialog',{ width: 570, top: 100, modal: true, 模态框 cache: false, 缓存 closed: true, 默认关闭 title: ''}); options('reg_addNu... ...
分类:
其他好文 时间:
2017-06-29 15:26:34
阅读次数:
289
项目中遇到的问题,模态框在IE下总出现如图所示双层遮罩框,经排查发现是由于bootstrap里写的modal的样式里position:fixed不兼容IE的原因,导致铺不满整个窗口。 解决方案:在项目文件的公共样式里给“.modal”样式加上:position:-ms-page,效果即正常,可以让想 ...
分类:
其他好文 时间:
2017-06-28 20:29:47
阅读次数:
962
可以结合jquery ui 这个js来使用 ...
分类:
Web程序 时间:
2017-06-28 18:38:00
阅读次数:
166