Skip to content

Commit

Permalink
Merge remote-tracking branch 'xuqing/OpenTargetAsDialog'
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryan committed Jun 18, 2012
2 parents 1d4afa6 + 34cdba0 commit 141958a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/js/widgets.js
Expand Up @@ -586,6 +586,13 @@ var BWidgetRegistry = {
defaultValue: "",
htmlAttribute: "href"
},
opentargetas : {
type: "string",
displayName: "open target as",
options: ["page", "dialog"],
defaultValue: "page",
htmlAttribute: "data-rel"
},
icon: {
type: "string",
options: [ "none", "alert", "arrow-d", "arrow-l", "arrow-r",
Expand Down

0 comments on commit 141958a

Please sign in to comment.