|
|
@ -9,11 +9,11 @@ Demo.North = BI.inherit(BI.Widget, { |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
width: 230, |
|
|
|
width: 230, |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "bi.button", |
|
|
|
type: "bi.text_button", |
|
|
|
listeners: [{ |
|
|
|
listeners: [{ |
|
|
|
eventName: BI.Button.EVENT_CHANGE, |
|
|
|
eventName: BI.Button.EVENT_CHANGE, |
|
|
|
action: function () { |
|
|
|
action: function () { |
|
|
|
self.fireEvent(Demo.North.EVENT_VALUE_CHANGE, 0) |
|
|
|
self.fireEvent(Demo.North.EVENT_VALUE_CHANGE, 0) |
|
|
|
} |
|
|
|
} |
|
|
|
}], |
|
|
|
}], |
|
|
|
cls: "logo", |
|
|
|
cls: "logo", |
|
|
|