api buttons

This commit is contained in:
j 2011-05-30 16:24:56 +02:00
parent 0e5e0a8312
commit cf5bc32ef9

View file

@ -130,8 +130,8 @@ function constructList() {
.hide();
var $button = new Ox.Button({
title: [
{id: "one", title: "expand"},
{id: "two", title: "collapse"},
{id: "one", title: "right"},
{id: "two", title: "down"},
],
type: "image"
})