1
0
Fork 0
forked from 0x2620/oxjs

make list items selectable

This commit is contained in:
Rolux 2010-06-30 11:02:13 +02:00
commit 084d05d108
7 changed files with 107 additions and 36 deletions

View file

@ -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>

View file

@ -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) {