[μ£Όμ!] μ΄ νλ‘μ νΈλ λ μ΄μ μΆκ°κ°λ°/κ°μ μμ μ μ§ννμ§ μμ΅λλ€. μμΌλ‘λ AX5UIλ₯Ό μ΄μ©ν΄μ£ΌμΈμ.
This Project will not proceed further development. Please use AX5UI in the future.
- https://github.com/ax5ui
- https://github.com/ax5ui/ax5ui-kernel
- https://github.com/ax5ui/ax5core
- https://github.com/ax5ui/ax5ui-grid
- https://github.com/ax5ui/ax5ui-uploader
- λ±λ±λ± ...
νμ¬κΉμ§ λ°°ν¬λ λ²μ μ λν μ΄μ©μλ λ¬Έμ κ° μκ³ , κ°μ’
λ§ν¬ CDNλ±μ νμ¬μ λμΌνκ² μ μ§ λ©λλ€.
λ¨, μ μ§λ³΄μ/νμ보μ κ³μ½μ΄ λ κ²½μ°λ₯Ό μν λ²κ·Έ ν½μ€λ μ§νλ©λλ€.
AXISJ
###Full-Stack Open-source Javascript UI Framework
AXISJ means "Axis of Javascript" and also represents "Application eXeprience:AX" as well.
AXISJ λ βμλ°μ€ν¬λ¦½νΈμ μΆ(Axis of Javascript)βλΌλ λ»κ³Ό λλΆμ΄ μ ν리μΌμ΄μ κ°λ°κ²½ν(Application eXperience: AX)μ ꡬννλ€λ μλ―Έλ λ΄κ³ μμ΅λλ€.
It can be used easily and lightly, by excluding the load which a developer does not intend or which is heavier than application. In terms of the development method, the collision issue between components has been minimised with the use of Class-based coding rules which manage each UI tool in Class.
link
- Demonstration (http://dev.axisj.com)
- Documentation (http://jdoc.axisj.com)
- Guide (http://axisj.github.io/axisj-about/docs/)
- Website (https://www.axisj.com)
- Facebook (http://facebook.com/axisj)
- Google+ (http://google.com/+axisj)
Related Projects
- AXU (https://www.axisj.com/axu), (http://axu.axisj.com), (https://github.com/axisj-com/axu)
- AXU4J (https://github.com/axisj-com/axu4j)
- AXIcon (https://www.axisj.com/en/axicon/), (http://axicon.axisj.com), (https://github.com/axisj-com/axicon)
Download
By Bower.io
// bower install
$ bower install axisj
Direct Download [releases] (https://github.com/axisj-com/axisj/releases)
Install
CDN
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/axisj/axisj/master/ui/arongi/AXJ.min.css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/jquery/1.12.3/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/axisj/axisj/master/dist/AXJ.min.js"></script>
CDN Theme
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/axisj/axisj/master/ui/arongi/AXJ.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/axisj/axisj/master/ui/bulldog/AXJ.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/axisj/axisj/master/ui/cocker/AXJ.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/axisj/axisj/master/ui/flybasket/AXJ.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/axisj/axisj/master/ui/kakao/AXJ.min.css">
Installing AXISJ is simple and easy. Copy and paste the downloaded file of AXISJ in an appropriate location of your project. (In this sample, the file was put in the project root / 'axisj' folder.) Type in codes to load CSS and JS files in HTML codes of the pages where you want to use AXISJ. Then, if needed, load CSS and JS files of some components of UI. This sample shows the codes to enable AXGrid component.
<!DOCTYPE html>
<html lang="ko">
<head>
<!-- 곡ν΅μμ -->
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/axisj/axisj/master/ui/arongi/AXJ.min.css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/jquery/1.12.3/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/axisj/axisj/master/dist/AXJ.min.js"></script>
</head>
Define the id of HTML element where you want to put the UI component. The id will be used in UI configuration for later. 'id' is a unique element and there should not be two id elements with the same id name in one HTML document.
</head>
<body>
<h1>AXGrid RWD</h1>
<div id="AXGridTarget"></div>
</body>
</html>
Define UI configuration and data. Each component of UI has different configuration values.
</body>
</html>
<script type="text/javascript">
var myGrid = new AXGrid(); // instance
var fnObj = {
pageStart: function(){
myGrid.setConfig({
targetID : "AXGridTarget",
theme : "AXGrid",
autoChangeGridView: { // autoChangeGridView by browser width
mobile:[0,600], grid:[600]
},
colGroup : [
{key:"no", label:"No.", width:"40", align:"center", formatter:"money"},
{key:"title", label:"Title", width:"200"},
{key:"writer", label:"Writer", width:"100", align:"center"},
{key:"date", label:"Date.", width:"100", align:"center"},
{key:"desc", label:"Etc.", width:"*"}
],
body : {
onclick: function(){
toast.push(Object.toJSON({index:this.index, item:this.item}));
}
},
page:{
paging:false
}
});
var list = [
{
no:1, title:"AXGrid 첫λ²μ§Έ μ€ μ
λλ€.AXGrid 첫λ²μ§Έ μ€ μ
λλ€.", writer:"μ₯κΈ°μ", img:"img/1.jpg", desc:"λ§μ κΈμ λ΄κ³ μλ λ΄μ© μ
λλ€. μμ°μ€λ½κ² μ€μ΄ λμ΄κ°κ³ ννλλ κ²μ΄ κ΄κ±΄ μ
λλ€.", category:"μ‘μμ€μ μ΄", date:"2014-04-05"
},
{
no:2, title:"AXGrid λλ²μ§Έ μ€ μ
λλ€.AXGrid 첫λ²μ§Έ μ€ μ
λλ€.", writer:"μ₯κΈ°μ", img:"img/2.jpg", desc:"λ§μ κΈμ λ΄κ³ μλ λ΄μ© μ
λλ€.", category:"μ‘μμ€μ μ΄", date:"2014-04-07"
},
{
no:3, title:"AXGrid μΈλ²μ§Έ μ€ μ
λλ€.AXGrid 첫λ²μ§Έ μ€ μ
λλ€.", writer:"μ₯κΈ°μ", img:"img/3.jpg", desc:"λ§μ κΈμ λ΄κ³ μλ λ΄μ© μ
λλ€. μμ°μ€λ½κ²...", category:"μ‘μμ€μ μ΄", date:"2014-04-09"
}
];
//setList
myGrid.setList(list);
/* ajax way
myGrid.setList({
ajaxUrl:"...",
ajaxPars:"",
onLoad:function(){},
onError:function(){}
});
*/
}
};
jQuery(document).ready(fnObj.pageStart.delay(0.1));
</script>
Q&A
https://github.com/axisj-com/axisj/issues