Matrix Admin Background Template notes

Source: Internet
Author: User

A background template I want to change it for a long time. The Matrix Admin was found last time. Like Ace, it's bootstrap style and easy to get started with. The matrix needs to be more robust. It is also possible to feel the user interface.

Overall style:

1. Form validation

Validation is aided by the jquery.validate.js. There are rich authentication methods, more APIs please poke here

Js:

$("#basic_validate"). Validate ({rules:{required:{required:true}, email:{required:true, Email:true}, Password: {required:false,}, date:{required:true, Date:true}, url:{required:true, URL:true}}, Errorclass:"Help-inline", Errorelement:"span", highlight:function (element, Errorclass, Validclass) {$ (Element). Parents ('. Control-group'). AddClass ('Error'); }, Unhighlight:function (element, Errorclass, Validclass) {$ (Element). Parents ('. Control-group'). Removeclass ('Error'); $ (Element). Parents ('. Control-group'). AddClass ('Success'); }    });

form element, which is convenient for specifying the format.

$ ("#mask-phone"). Mask ("(999) 999-9999", {completed:function() {alert ("Callback action after Complete");});    $ ("#mask-phoneext"). Mask ("(999) 999-9999?" x99999 ");    $ ("#mask-phoneint"). Mask ("+40 999 999 999");    $ ("#mask-date"). Mask ("99/99/9999");    $ ("#mask-ssn"). Mask ("999-99-9999");    $ ("#mask-productkey"). Mask ("a*-999-a999", {placeholder: "*" });    $ ("#mask-eyescript"). Mask ("~9.99 ~9.99 999");    $ ("#mask-percent"). Mask ("99%");

The integration here is masked.js let the user enter in the format.

2.DataTable

Ace uses the Jqgrid, compares, the DataTable is easy to use, the syntax is simple, supports pagination, sorts and queries. Jquery.dataTables.min.js--More APIs

Js:

$ ('. Data-table '). dataTable ({        true,        "Spaginationtype": "Full_numbers",         "sdom": ' < ' "l>t<" F "Fp> '    });

3 icon with richer icons

4. Login

5. Other

Basic style usage is consistent with bootstrap, such as Tab,accordion,modal dialog box, Popover, button, and so on.

There are also charts, event calendars and picture management sections. Charts is based on Jquery.flot.js, Flot is very powerful. The official website has more usage. Calendar is Fullcalendar

Define a chart

$.plot ($ (". Chart"),           "sin (x)", Color: "#ee7951"}, {data:cos, Label: "cos (x)", Color: "#4fb9f0" }], {
    series: {                   true  },                   true  }               ,trueTrue  },               -1.6, max:1.6 }           });

Summary: Matrix Admin integrates these plugins that we know well, so it's quick to get started.

The download link is a collection of three packages, plus two other templates for the collection, one for the Metro style. I hope you like it.

Http://pan.baidu.com/s/1bnz2fqJ

Ace templates

Matrix Admin Background Template notes

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.