allow data-name attribute in texts and use for navigation
This commit is contained in:
parent
7dde9eb8ae
commit
dca703a4ee
7 changed files with 61 additions and 27 deletions
|
|
@ -85,7 +85,9 @@ pandora.ui.mainPanel = function() {
|
|||
data.value == that.options('elements')[0].collapsed && that.toggle(0);
|
||||
},
|
||||
pandora_text: function(data) {
|
||||
that.replaceElement(1, pandora.$ui.textPanel = pandora.ui.textPanel());
|
||||
if (data.value != data.previousValue) {
|
||||
that.replaceElement(1, pandora.$ui.textPanel = pandora.ui.textPanel());
|
||||
}
|
||||
}
|
||||
});
|
||||
return that;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue