自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 oracleJet-子路由

book.html<div id="chapter" class="oj-flex oj-flex-items-pad"> <div class="oj-xl-2 oj-lg-2 oj-md-2 oj-sm-12 oj-flex-item"> <div id="menu" data-bind="ojComponent:{ component: 'ojNavigationList',

2016-07-12 18:29:43 375

原创 路由下页面的简单例子

文本框例子:html<div id="div1"> <label for="text-input">ojInputText component</label> <input id="text-input" type="text" data-bind="ojComponent: {component: 'ojInputText',

2016-07-12 18:18:02 259

原创 oracleJet-router

官方demo: http://www.oracle.com/webfolder/technetwork/jet/uiComponents-router-simple.html API: http://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj.Router.htmlrouter.html<!DOCTYPE html><!--To c

2016-07-12 18:11:34 566

原创 OracleJet总结(1)

相关资料 requirejs学习相关资料: 官网:http://www.requirejs.cn/ 视频:https://www.youtube.com/results?search_query=requirejs 其他:http://www.runoob.com/w3cnote/requirejs-tutorial-1.htmlKnockOutJs: http://www.cnblogs

2016-07-12 17:55:06 547

原创 easyUI获取当前行--代码

贴出来方便记忆^_^//声明的js函数editrow和deleterowfunction actionFunction(value,row,index){   var e = 'Edit ';   var d = 'Delete';   return e+d; }//根据点击事件返回当前所在table行数function getRowIndex(target){

2016-05-05 20:09:26 345

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除