forked from 0x2620/oxjs
make list items selectable
This commit is contained in:
parent
813dc0a039
commit
084d05d108
7 changed files with 107 additions and 36 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>oxjs List Demo</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../build/css/ox.ui.css"/>
|
||||
<script type="text/javascript" src="../../build/js/jquery-1.4.2.js"></script>
|
||||
|
|
|
|||
|
|
@ -81,6 +81,38 @@ $(function() {
|
|||
title: "Runtime",
|
||||
visible: true,
|
||||
width: 80
|
||||
},
|
||||
{
|
||||
align: "left",
|
||||
id: "language",
|
||||
operator: "+",
|
||||
title: "Language",
|
||||
visible: true,
|
||||
width: 120
|
||||
},
|
||||
{
|
||||
align: "left",
|
||||
id: "genre",
|
||||
operator: "+",
|
||||
title: "Genre",
|
||||
visible: true,
|
||||
width: 120
|
||||
},
|
||||
{
|
||||
align: "right",
|
||||
id: "rating",
|
||||
operator: "-",
|
||||
title: "Rating",
|
||||
visible: false,
|
||||
width: 80
|
||||
},
|
||||
{
|
||||
align: "right",
|
||||
id: "votes",
|
||||
operator: "-",
|
||||
title: "Votes",
|
||||
visible: false,
|
||||
width: 80
|
||||
}
|
||||
],
|
||||
request: function(options) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue