update examples

This commit is contained in:
rolux 2012-06-15 11:36:21 +02:00
commit 7284ae4ddf
2 changed files with 6 additions and 3 deletions

View file

@ -143,6 +143,11 @@ Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() {
},
{
description: 'Checkbox with label',
label: 'Check me',
width: 128
},
{
description: 'Checkbox with title',
title: 'Check me',
width: 128
}