make the admin view [Edit] controls right-click-able so I can continue to right-click-open-in-new-tab them.
This commit is contained in:
parent
5cefff9f47
commit
dd6a297c06
1 changed files with 2 additions and 1 deletions
|
|
@ -100,9 +100,10 @@ WebGUI.Toolbar.prototype.render
|
|||
|
||||
// Edit button
|
||||
var editButton = new YAHOO.widget.Button({
|
||||
type : "push",
|
||||
type : "link",
|
||||
"container" : this.container,
|
||||
label : assetData.helpers["edit"].label,
|
||||
href : assetData.helpers["edit"].url,
|
||||
onclick : {
|
||||
fn: window.parent.admin.getHelperHandler( this.assetId, "edit", assetData.helpers["edit"] )
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue