3.1.23 • Published 9 years ago

kero-adapter v3.1.23

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

npm version Build Status devDependency Status NPM downloads

中文文档

Introduction

kero-adapter A adapter for kero and tinper neoui

Features

Create component

Simplify data manipulation

Quickstart

Quickstart

  • From github
git clone git@github.com:iuap-design/kero-adapter.git
  • npm
npm install kero-adapter

simple example

<input id="demo_input" u-meta='{"id":"t1","type":"string","data":"dt1","field":"f1"}' />
<div id="demo_div">&lt;/div></code></pre>
</div>
// JS
var app,viewModel;

viewModel = {
    dt1: new u.DataTable({
        meta:{
            f1:{
            	type:'string'
            }
        }
    })
};


app = u.createApp({
    el:'body',
    model:viewModel
});

var r = viewModel.dt1.createEmptyRow();
r.setValue('f1','Hello World');



var demoInput = document.getElementById('demo_input');
var demoDiv = document.getElementById('demo_div');

var getDtValue = function() {
	var dtVal = viewModel.dt1.getValue('f1');
	demoDiv.innerHTML = dtVal;
};
demoInput.addEventListener('blur',getDtValue);
getDtValue();

Document

Develop documentation

Website

Contributing

Feedback

If you encounter any problems , submit issues,or pull request。

PR code

Develop

Developers can participate in the development of kero-adapter, but also can be based on kero-adapter two development

kero-adapter use gulp.js and webpack build the project.

clone:

$ git clone git@github.com:iuap-design/kero-adapter.git

install:

$ npm install

build:

$ npm run product

Website Chat Group

527124070

Licence 版权

MIT

3.1.23

9 years ago

3.1.22

9 years ago

3.1.21

9 years ago

3.1.19

9 years ago

3.1.18

9 years ago

3.1.17

9 years ago

3.1.16

9 years ago

3.1.15

9 years ago

3.1.14

9 years ago

3.1.13

9 years ago

3.1.12

9 years ago

3.1.9

9 years ago

3.1.8

9 years ago

3.1.7

9 years ago

3.1.6

10 years ago

3.1.5

10 years ago

3.1.4

10 years ago

3.1.3

10 years ago

3.1.2

10 years ago

3.1.1

10 years ago

1.6.1

10 years ago

1.6.0

10 years ago

1.5.17

10 years ago

1.5.16

10 years ago

1.5.15

10 years ago

1.5.14

10 years ago

1.5.13

10 years ago

1.5.12

10 years ago

1.5.11

10 years ago

1.5.10

10 years ago

1.5.9

10 years ago

1.5.8

10 years ago

1.5.7

10 years ago

1.5.6

10 years ago

1.5.5

10 years ago

1.5.4

10 years ago

1.5.3

10 years ago

1.5.2

10 years ago

1.5.1

10 years ago

1.5.0

10 years ago

1.4.3

10 years ago

1.4.2

10 years ago

1.4.1

10 years ago

1.4.0

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago