add user.name, list fixes
This commit is contained in:
parent
ed2b7cebfc
commit
98d1725d19
15 changed files with 180 additions and 203 deletions
|
|
@ -21,9 +21,16 @@ oml.ui.listViewButtons = function() {
|
|||
.bindEvent({
|
||||
change: function(data) {
|
||||
oml.UI.set({listView: data.value});
|
||||
},
|
||||
oml_listview: function() {
|
||||
that.updateElement();
|
||||
}
|
||||
});
|
||||
|
||||
that.updateElement = function() {
|
||||
return that.options({value: ui.listView});
|
||||
};
|
||||
|
||||
return that;
|
||||
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue