api buttons
This commit is contained in:
parent
0e5e0a8312
commit
cf5bc32ef9
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@ function constructList() {
|
||||||
.hide();
|
.hide();
|
||||||
var $button = new Ox.Button({
|
var $button = new Ox.Button({
|
||||||
title: [
|
title: [
|
||||||
{id: "one", title: "expand"},
|
{id: "one", title: "right"},
|
||||||
{id: "two", title: "collapse"},
|
{id: "two", title: "down"},
|
||||||
],
|
],
|
||||||
type: "image"
|
type: "image"
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue