SOURCE

console 命令行工具 X clear

                    
>
console
cola(function (model) {
		model.action({
      show:function(self,arg){
        cola.widget("sidebar").show();
      }
    })            
});
<c-button caption="显示" click="show" ></c-button>
<c-sidebar id="sidebar" size="50%" direction="top"></c-sidebar>
#sidebar{
  background-color:#fff;
}

本项目引用的自定义外部资源