edit button in toolbar now works properly
This commit is contained in:
parent
9939e91eda
commit
cd15d36ce4
1 changed files with 5 additions and 1 deletions
|
|
@ -100,8 +100,12 @@ WebGUI.Toolbar.prototype.render
|
|||
|
||||
// Edit button
|
||||
var editButton = new YAHOO.widget.Button({
|
||||
type : "push",
|
||||
"container" : this.container,
|
||||
label : assetData.helpers["edit"].label
|
||||
label : assetData.helpers["edit"].label,
|
||||
onclick : {
|
||||
fn: window.parent.admin.getHelperHandler( this.assetId, "edit", assetData.helpers["edit"] )
|
||||
}
|
||||
});
|
||||
|
||||
// Add the container to our parent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue