metronic

Angular 8 Metronic binding not updating

落爺英雄遲暮 提交于 2021-01-29 10:18:48
问题 I started a project with Angular 8 Metronic. I have a component with a form. I want spinner appears on submit click and disappear on API response. Here is a part of the component code : @Component({ selector: 'change-password', templateUrl: './change-password.component.html', styleUrls: ['./change-password.component.scss'], }) export class ChangePasswordComponent implements OnInit, OnDestroy { isLoading: boolean = false; ... submit() { this.isLoading = true; this.utilisateurService

后台管理UI的选择

牧云@^-^@ 提交于 2020-03-23 09:31:58
后台管理UI的选择 目录 一、EasyUI 二、DWZ JUI 三、HUI 四、BUI 五、Ace Admin 六、Metronic 七、H+ UI 八、Admin LTE 九、INSPINIA 十、LigerUI 十一、FineUI 十二、其它UI 十三、总结 最近要做一个企业的OA系统,以前一直使用EasyUI,一切都好,但感觉有点土了,想换成现在流行的Bootstrap为基础的后台UI风格,想满足的条件应该达到如下几个: 1、美观、大方、简洁 2、兼容IE8、不考虑兼容IE6/IE7,因为现在还有很多公司在使用Win7系统,系统内置了IE8 3、能通过选项卡打开多个页面,不想做单页,iframe也没关系 4、性能好,不要太笨重 5、最好以Bootstrap为基础 6、还希望在以后别的系统中能够复用。 一次次反复纠结的选择开始了,给大家介绍下我考虑过的UI,也给大家一个参考。 一、EasyUI easyui是一种基于jQuery的用户界面插件集合。 easyui为创建现代化,互动,JavaScript应用程序,提供必要的功能。 使用easyui你不需要写很多代码,你只需要通过编写一些简单HTML标记,就可以定义用户界面。 easyui是个完美支持HTML5网页的完整框架。 easyui节省您网页开发的时间和规模。 easyui很简单但功能强大的。 优点:轻量、功能强大、免费

后台管理UI的选择

怎甘沉沦 提交于 2019-12-18 00:36:26
后台管理UI的选择 目录 一、EasyUI 二、DWZ JUI 三、HUI 四、BUI 五、Ace Admin 六、Metronic 七、H+ UI 八、Admin LTE 九、INSPINIA 十、LigerUI 十一、FineUI 十二、其它UI 十三、总结 最近要做一个企业的OA系统,以前一直使用EasyUI,一切都好,但感觉有点土了,想换成现在流行的Bootstrap为基础的后台UI风格,想满足的条件应该达到如下几个: 1、美观、大方、简洁 2、兼容IE8、不考虑兼容IE6/IE7,因为现在还有很多公司在使用Win7系统,系统内置了IE8 3、能通过选项卡打开多个页面,不想做单页,iframe也没关系 4、性能好,不要太笨重 5、最好以Bootstrap为基础 6、还希望在以后别的系统中能够复用。 一次次反复纠结的选择开始了,给大家介绍下我考虑过的UI,也给大家一个参考。 一、EasyUI easyui是一种基于jQuery的用户界面插件集合。 easyui为创建现代化,互动,JavaScript应用程序,提供必要的功能。 使用easyui你不需要写很多代码,你只需要通过编写一些简单HTML标记,就可以定义用户界面。 easyui是个完美支持HTML5网页的完整框架。 easyui节省您网页开发的时间和规模。 easyui很简单但功能强大的。 优点:轻量、功能强大、免费

Showing tooltip for a checkbox inside a modal

笑着哭i 提交于 2019-12-12 05:07:50
问题 I have a modal and inside that modal I have a checkbox which is acting like a switch button.I want to show a tooltip for that checkbox when I will hover on it.How to do this . Title is not working here. My markup is like this. <input id="chkSyncType" title="The tooltip" type="checkbox" class="make-switch" data-on-color="success" data-on-text=" Auto " data-off-text=" Manual " value="false" checked="checked" /> Final html is <div class="bootstrap-switch bootstrap-switch-wrapper bootstrap-switch

jQuery Datatables large data set Uncaught TypeError: Cannot read property 'mData' of undefined

旧城冷巷雨未停 提交于 2019-12-02 13:22:59
问题 So I get a console error on a large set of rows that I'm iterating from a database with php. I am initializing this with the metronic theme. As you can see I have my thead and tbody. I suspect the issue could pertain to the size of the output and maybe needing to use another method, any guidance appreciated <table id="sample_1" class="table table-striped table-bordered table-hover"> <thead> <tr> <th class="table-checkbox"> <input type="checkbox" class="group-checkable" data-set="#sample_1

jQuery Datatables large data set Uncaught TypeError: Cannot read property 'mData' of undefined

点点圈 提交于 2019-12-02 05:11:34
So I get a console error on a large set of rows that I'm iterating from a database with php. I am initializing this with the metronic theme. As you can see I have my thead and tbody. I suspect the issue could pertain to the size of the output and maybe needing to use another method, any guidance appreciated <table id="sample_1" class="table table-striped table-bordered table-hover"> <thead> <tr> <th class="table-checkbox"> <input type="checkbox" class="group-checkable" data-set="#sample_1 .checkboxes"/> </th> <th>Name</th> <th>Source</th> <th>Email</th> <th>Customer</th> <th>Created</th> <th

后台管理模板

℡╲_俬逩灬. 提交于 2019-11-28 17:17:42
https://wrapbootstrap.com/theme/angle-bootstrap-admin-template-WB04HF123 这个网站各种模板 angle dasha https://themeforest.net/item/able-pro-responsive-bootstrap-4-admin-template/19300403 able fuse https://keenthemes.com/metronic/ metronic 来源: https://www.cnblogs.com/sulanlan/p/11416008.html

后台管理系统

老子叫甜甜 提交于 2019-11-27 11:06:57
一、EasyUI easyui是一种基于jQuery的用户界面插件集合。 easyui为创建现代化,互动,JavaScript应用程序,提供必要的功能。 使用easyui你不需要写很多代码,你只需要通过编写一些简单HTML标记,就可以定义用户界面。 easyui是个完美支持HTML5网页的完整框架。 easyui节省您网页开发的时间和规模。 easyui很简单但功能强大的。 优点:轻量、功能强大、免费、兼容性好、帮助详细、使用的人多生态好 缺点:非响应式布局、某些系统看起来有点土(客户与老板的感觉、确实与最新的那些UI有差距) 获得:上网搜索、网盘搜索大把被搭建好了基础功能的框架。 下载 下载后大家可以替换成最新的1.5版的easyui 官网: http://www.jeasyui.com/ ,有免费版,有商业版,商业版收费,帮助非常详尽 资源: http://www.jeasyui.net/ ,easyui是国人的的作品,但服务器在国外,官网也是英文的,这个网站类似官网的中文版 二、DWZ JUI 特点:DWZ富客户端框架(jQuery RIA framework), 是中国人自己开发的基于jQuery实现的Ajax RIA开源框架. 设计目标是简单实用,快速开发,降低ajax开发成本。 官网: http://jui.org/ 下载: https://github.com