kopia lustrzana https://github.com/c9/core
Allow custom skin in dialog button
rodzic
e8bb08d422
commit
267da09e98
|
@ -301,7 +301,7 @@ define(function(require, module, exports) {
|
|||
break;
|
||||
case "button":
|
||||
node = new ui.button({
|
||||
skin: "btn-default-css3",
|
||||
skin: options.skin || "btn-default-css3",
|
||||
"class" : options.color ? "btn-" + options.color : "",
|
||||
margin: options.margin,
|
||||
caption: options.caption || "",
|
||||
|
|
Ładowanie…
Reference in New Issue