Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Sep 17, 2013
1 parent 5e9bcd6 commit 8324427
Show file tree
Hide file tree
Showing 544 changed files with 8,231 additions and 7,184 deletions.
2 changes: 1 addition & 1 deletion build/component/container-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/component/container.js
@@ -1,7 +1,7 @@
/*
Copyright 2013, KISSY v1.40dev
MIT Licensed
build time: Sep 16 15:06
build time: Sep 17 17:00
*/
/*
Combined processedModules by KISSY Module Compiler:
Expand Down
2 changes: 1 addition & 1 deletion build/component/control-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/component/control.js
@@ -1,7 +1,7 @@
/*
Copyright 2013, KISSY v1.40dev
MIT Licensed
build time: Sep 16 15:06
build time: Sep 17 17:00
*/
/*
Combined processedModules by KISSY Module Compiler:
Expand Down
2 changes: 1 addition & 1 deletion build/component/extension/align-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/component/extension/align.js
@@ -1,7 +1,7 @@
/*
Copyright 2013, KISSY v1.40dev
MIT Licensed
build time: Sep 16 15:06
build time: Sep 17 17:00
*/
/*
Combined processedModules by KISSY Module Compiler:
Expand Down
2 changes: 1 addition & 1 deletion build/component/extension/content-render-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions build/component/extension/content-render.js
@@ -1,7 +1,7 @@
/*
Copyright 2013, KISSY v1.40dev
MIT Licensed
build time: Sep 16 15:07
build time: Sep 17 17:00
*/
/*
Combined processedModules by KISSY Module Compiler:
Expand Down Expand Up @@ -44,14 +44,17 @@ KISSY.add('component/extension/content-render/content-xtpl', function () {
* @author yiminghe@gmail.com
*/
KISSY.add('component/extension/content-render', function (S, ContentTpl) {

function shortcut(self) {
var control = self.control;
var contentEl = control.get('contentEl');
self.$contentEl = control.$contentEl = contentEl;
self.contentEl = control.contentEl = contentEl[0];
}

/**
* content-render extension for component system
* @class KISSY.Component.Extension.ContentRender
*/
function ContentRender() {
}

Expand Down
2 changes: 1 addition & 1 deletion build/component/extension/delegate-children-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/component/extension/delegate-children.js
@@ -1,7 +1,7 @@
/*
Copyright 2013, KISSY v1.40dev
MIT Licensed
build time: Sep 16 15:07
build time: Sep 17 17:00
*/
/*
Combined processedModules by KISSY Module Compiler:
Expand Down
2 changes: 1 addition & 1 deletion build/component/extension/shim-min.js
@@ -1,6 +1,6 @@
/*
Copyright 2013, KISSY v1.40dev
MIT Licensed
build time: Sep 16 15:07
build time: Sep 17 17:00
*/
KISSY.add("component/extension/shim",function(a){function b(){}var a=6===a.UA.ie,c="<iframe style='position: absolute;border: none;width: "+(a?"expression(this.parentNode.clientWidth)":"100%")+";top: 0;opacity: 0;filter: alpha(opacity=0);left: 0;z-index: -1;height: "+(a?"expression(this.parentNode.clientHeight)":"100%")+";'/>";b.ATTRS={shim:{value:a}};b.prototype.__createDom=function(){this.get("shim")&&this.get("el").prepend(c)};return b});
2 changes: 1 addition & 1 deletion build/component/extension/shim.js
@@ -1,7 +1,7 @@
/*
Copyright 2013, KISSY v1.40dev
MIT Licensed
build time: Sep 16 15:07
build time: Sep 17 17:00
*/
/*
Combined processedModules by KISSY Module Compiler:
Expand Down
2 changes: 1 addition & 1 deletion build/component/manager-min.js
@@ -1,7 +1,7 @@
/*
Copyright 2013, KISSY v1.40dev
MIT Licensed
build time: Sep 16 15:07
build time: Sep 17 17:01
*/
KISSY.add("component/manager",function(){var h=0,e,g={},c={};return e={__instances:c,addComponent:function(a,b){c[a]=b},removeComponent:function(a){delete c[a]},getComponent:function(a){return c[a]},createComponent:function(a,b){var f,d;if(a){if(!a.isControl&&b&&(a.prefixCls||(a.prefixCls=b.get("prefixCls")),!a.xclass&&a.prefixXClass))a.xclass=a.prefixXClass,a.xtype&&(a.xclass+="-"+a.xtype);if(!a.isControl&&(d=a.xclass))(f=e.getConstructorByXClass(d))||"can not find class by xclass desc : "+d,a=new f(a);
a.isControl&&b&&a.setInternal("parent",b)}return a},getConstructorByXClass:function(a){var a=a.split(/\s+/),b=-1,f,d,c,e=null;for(d=0;d<a.length;d++)if((c=g[a[d]])&&(f=c.priority)>b)b=f,e=c.constructor;return e},setConstructorByXClass:function(a,b){g[a]={constructor:b,priority:h++}}}});
2 changes: 1 addition & 1 deletion build/component/manager.js
@@ -1,7 +1,7 @@
/*
Copyright 2013, KISSY v1.40dev
MIT Licensed
build time: Sep 16 15:07
build time: Sep 17 17:01
*/
/*
Combined processedModules by KISSY Module Compiler:
Expand Down
2 changes: 1 addition & 1 deletion build/component/plugin/drag-min.js
@@ -1,6 +1,6 @@
/*
Copyright 2013, KISSY v1.40dev
MIT Licensed
build time: Sep 16 15:07
build time: Sep 17 17:01
*/
KISSY.add("component/plugin/drag",function(e,f,d){return d.Draggable.extend({pluginId:"component/plugin/drag",pluginBindUI:function(a){var b=a.$el;this.set("node",b);this.on("dragend",function(){var c=b.offset();a.setInternal("xy",[c.left,c.top])})},pluginDestructor:function(){this.destroy()}},{ATTRS:{move:{value:1},groups:{value:!1}}})},{requires:["base","dd"]});
2 changes: 1 addition & 1 deletion build/component/plugin/drag.js
@@ -1,7 +1,7 @@
/*
Copyright 2013, KISSY v1.40dev
MIT Licensed
build time: Sep 16 15:07
build time: Sep 17 17:01
*/
/*
Combined processedModules by KISSY Module Compiler:
Expand Down
2 changes: 1 addition & 1 deletion build/component/plugin/resize-min.js
@@ -1,6 +1,6 @@
/*
Copyright 2013, KISSY v1.40dev
MIT Licensed
build time: Sep 16 15:07
build time: Sep 17 17:01
*/
KISSY.add("component/plugin/resize",function(e,d){return d.extend({pluginBindUI:function(a){var b=a.$el;this.set("node",b);this.set("prefixCls",a.get("prefixCls"));this.on("resizeEnd",function(){var c=b.offset();a.setInternal("xy",[c.left,c.top]);a.setInternal("width",b.width());a.setInternal("height",b.height())})},pluginDestructor:function(){this.destroy()}})},{requires:["resizable"]});
2 changes: 1 addition & 1 deletion build/component/plugin/resize.js
@@ -1,7 +1,7 @@
/*
Copyright 2013, KISSY v1.40dev
MIT Licensed
build time: Sep 16 15:07
build time: Sep 17 17:01
*/
/*
Combined processedModules by KISSY Module Compiler:
Expand Down

0 comments on commit 8324427

Please sign in to comment.