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;
|
break;
|
||||||
case "button":
|
case "button":
|
||||||
node = new ui.button({
|
node = new ui.button({
|
||||||
skin: "btn-default-css3",
|
skin: options.skin || "btn-default-css3",
|
||||||
"class" : options.color ? "btn-" + options.color : "",
|
"class" : options.color ? "btn-" + options.color : "",
|
||||||
margin: options.margin,
|
margin: options.margin,
|
||||||
caption: options.caption || "",
|
caption: options.caption || "",
|
||||||
|
|
Ładowanie…
Reference in New Issue