Home  >  Article  >  Web Front-end  >  10 recommended articles about xmlplus

10 recommended articles about xmlplus

黄舟
黄舟Original
2017-06-11 09:41:511022browse

xmlplus is a JavaScript framework for rapid development of front-end and back-end projects. This article mainly introduces the xmlplus grid in the xmlplus component design series, which has certain reference value. Interested friends can refer to this chapter. We are going to implement a grid component, which in addition to the most basic data display In addition to the functions, it also provides sorting and data filtering functions. Data source In order to test the grid component we are about to write, we use a data source in the following format. This data source contains two parts, namely the header data set and the table body data set. The final number of columns in the grid component instance is determined by the length of the header data set. var data = { gridColumns: ['name', 'power'], gridData: [ { name: 'Chuck Norris', p

1. Introduction to JavaScript framework (xmlplus) components (10) Grid (DataGrid)

10 recommended articles about xmlplus

Introduction: xmlplus is a JavaScript framework for rapid development of front-end and back-end projects. This article mainly introduces the xmlplus grid in the xmlplus component design series, which has certain reference value. Interested friends can refer to

2. JavaScript Framework ( Introduction to xmlplus) components (nine) Tree

10 recommended articles about xmlplus

##Introduction: xmlplus is a JavaScript framework. Used for rapid development of front-end and back-end projects. This article mainly introduces the tree of xmlplus component design series, which has certain reference value. Interested friends can refer to

3. JavaScript Framework (xmlplus) Introduction to components (8) DividedBox

10 recommended articles about xmlplus

##Introduction: xmlplus is a JavaScript framework that uses For rapid development of front-end and back-end projects. This article mainly introduces the separation box of the xmlplus layout component, which has certain reference value. Interested friends can refer to

4.

JavaScript Framework (xmlplus ) Introduction to components (7) Routing (ViewStack)

10 recommended articles about xmlplus## Introduction: xmlplus is a JavaScript framework, used For rapid development of front-end and back-end projects. This article mainly introduces the process of xmlplus component design series, which has certain reference value. Interested friends can refer to

5.

JavaScript Framework (xmlplus) Introduction to components (6) Pull-down refresh (PullRefresh)

10 recommended articles about xmlplus##Introduction: xmlplus is a JavaScript framework that uses For rapid development of front-end and back-end projects. This article mainly introduces the tabs of the xmlplus component design series, which has certain reference value. Interested friends can refer to

6. JavaScript Framework (xmlplus ) Introduction to components (5) Tabbar

##Introduction: xmlplus is a JavaScript framework. Used for rapid development of front-end and back-end projects. This article mainly introduces the tabs of the xmlplus component design series, which has certain reference value. Interested friends can refer to 10 recommended articles about xmlplus

7. JavaScript Framework (xmlplus ) Introduction to components (4) List

Introduction: xmlplus is a JavaScript framework used for rapid development of front-end and back-end projects. This article mainly introduces the list of xmlplus component design series, which has certain reference value. Interested friends can refer to

8. JavaScript Framework (xmlplus) Introduction to components (3) TextBox (TextBox)

10 recommended articles about xmlplus

##Introduction: xmlplus is a JavaScript framework that uses For rapid development of front-end and back-end projects. This article mainly introduces the text box of the xmlplus component design series, which has certain reference value. Interested friends can refer to

9. JavaScript Framework (xmlplus ) Introduction to components (2) Button

10 recommended articles about xmlplus

##Introduction: xmlplus is a JavaScript framework for rapid development Front-end and back-end projects. This article mainly introduces the buttons of the xmlplus component design series, which has certain reference value. Interested friends can refer to

10.

JavaScript Framework (xmlplus) Introduction to components (1) Icon (ICON)

10 recommended articles about xmlplus## Introduction: xmlplus is a JavaScript framework for Rapidly develop front-end and back-end projects. This article mainly introduces the introduction of JavaScript framework (xmlplus) components (1) icon (ICON), which has certain reference value. Interested friends can refer to

【 Related Q&A recommendations]:

The above is the detailed content of 10 recommended articles about xmlplus. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn