dc.cw( Growl , widget_alerta , {
id: alerta ,
sticky: false,
life: 6000,
escape: true,
keepAlive: false,
msgs: []
});
dc.cw( ColorPicker , widget_formulario_ajax , {
id: ajax ,
instance: formulario\-ajax ,
locale: pt_BR ,
mode: popup ,
defaultColor: #2a9d8f ,
theme: default ,
themeMode: auto ,
clearButton: true,
closeButton: true,
alpha: false,
behaviors: {
close: function(ext, event) {
dc.ab({
s: ajax ,
e: close ,
f: formulario ,
p: ajax ,
u: alerta
}, ext);
},
open: function(ext, event) {
dc.ab({
s: ajax ,
e: open ,
f: formulario ,
p: ajax
}, ext);
}
}
});
dc.cw( ColorPicker , widget_formulario_pill , {
id: pill ,
instance: formulario\-pill ,
locale: pt_BR ,
mode: popup ,
defaultColor: #e76f51 ,
theme: pill ,
theme: pill ,
themeMode: auto ,
formatToggle: true,
clearButton: true,
closeButton: true,
alpha: false,
behaviors: {
change: function(ext, event) {
dc.ab({
s: pill ,
e: change ,
f: formulario ,
p: pill
}, ext);
}
}
});
dc.cw( ColorPicker , widget_formulario_polaroid , {
id: polaroid ,
instance: formulario\-polaroid ,
locale: pt_BR ,
mode: popup ,
defaultColor: #023e8a ,
theme: polaroid ,
theme: polaroid ,
themeMode: auto ,
formatToggle: true,
clearButton: true,
closeButton: true,
alpha: false,
behaviors: {
change: function(ext, event) {
dc.ab({
s: polaroid ,
e: change ,
f: formulario ,
p: polaroid
}, ext);
}
}
});
dc.cw( ColorPicker , widget_formulario_large , {
id: large ,
instance: formulario\-large ,
locale: pt_BR ,
mode: popup ,
defaultColor: #d62828 ,
theme: large ,
theme: large ,
themeMode: auto ,
formatToggle: true,
clearButton: true,
closeButton: true,
forceAlpha: true,
behaviors: {
change: function(ext, event) {
dc.ab({
s: large ,
e: change ,
f: formulario ,
p: large
}, ext);
}
}
});
dc.cw( ColorPicker , widget_formulario_swatches , {
id: swatches ,
instance: formulario\-swatches ,
locale: pt_BR ,
mode: popup ,
defaultColor: #e9c46a ,
theme: polaroid ,
theme: polaroid ,
themeMode: auto ,
swatchesOnly: true,
swatches: [ #264653 , #2a9d8f , #e9c46a , #f4a261 , #e76f51 , #d62828 , #023e8a , #0077b6 , #0096c7 , #00b4d8 , #48cae4 ],
behaviors: {
change: function(ext, event) {
dc.ab({
s: swatches ,
e: change ,
f: formulario ,
p: swatches
}, ext);
}
}
});
dc.cw( ColorPicker , widget_formulario_thumbnail , {
id: thumbnail ,
instance: formulario\-thumbnail ,
locale: pt_BR ,
mode: popup ,
defaultColor: #ecc30b ,
theme: polaroid ,
theme: polaroid ,
themeMode: auto ,
clearButton: true,
closeButton: true,
swatchesOnly: true,
swatches: [ #264653 , #2a9d8f , #e9c46a , #f4a261 , #e76f51 , #d62828 , #023e8a , #0077b6 , #0096c7 , #00b4d8 , #48cae4 ],
behaviors: {
change: function(ext, event) {
dc.ab({
s: thumbnail ,
e: change ,
f: formulario ,
p: thumbnail
}, ext);
}
}
});
dc.cw( ColorPicker , widget_formulario_dark , {
id: dark ,
instance: formulario\-dark ,
locale: pt_BR ,
mode: popup ,
defaultColor: #000000 ,
theme: pill ,
theme: pill ,
themeMode: dark ,
formatToggle: true,
clearButton: true,
closeButton: true,
swatches: [ #067bc2 , #84bcda , #80e377 , #ecc30b , #f37748 , #d56062 ],
behaviors: {
change: function(ext, event) {
dc.ab({
s: dark ,
e: change ,
f: formulario ,
p: dark
}, ext);
}
}
});
dc.cw( ColorPicker , widget_formulario_light , {
id: light ,
instance: formulario\-light ,
locale: pt_BR ,
mode: popup ,
defaultColor: #faf200 ,
theme: pill ,
theme: pill ,
formatToggle: true,
clearButton: true,
closeButton: true,
swatches: [ #067bc2 , #84bcda , #80e377 , #ecc30b , #f37748 , #d56062 ],
behaviors: {
change: function(ext, event) {
dc.ab({
s: light ,
e: change ,
f: formulario ,
p: light
}, ext);
}
}
});
dc.cw( ColorPicker , widget_formulario_alpha , {
id: alpha ,
instance: formulario\-alpha ,
locale: pt_BR ,
mode: popup ,
defaultColor: #00b4d880 ,
theme: default ,
themeMode: auto ,
clearButton: true,
closeButton: true,
forceAlpha: true,
behaviors: {
change: function(ext, event) {
dc.ab({
s: alpha ,
e: change ,
f: formulario ,
p: alpha
}, ext);
}
}
});
dc.cw( ColorPicker , widget_formulario_rgb , {
id: rgb ,
instance: formulario\-rgb ,
locale: pt_BR ,
mode: popup ,
defaultColor: rgb(244,162,97) ,
theme: large ,
theme: large ,
themeMode: auto ,
format: rgb ,
clearButton: true,
closeButton: true,
behaviors: {
change: function(ext, event) {
dc.ab({
s: rgb ,
e: change ,
f: formulario ,
p: rgb
}, ext);
}
}
});
dc.cw( ColorPicker , widget_formulario_hsl , {
id: hsl ,
instance: formulario\-hsl ,
locale: pt_BR ,
mode: popup ,
defaultColor: hsla(101, 85%, 40%, 1) ,
theme: large ,
theme: large ,
themeMode: auto ,
format: hsl ,
clearButton: true,
closeButton: true,
behaviors: {
change: function(ext, event) {
dc.ab({
s: hsl ,
e: change ,
f: formulario ,
p: hsl
}, ext);
}
}
});
dc.cw( ColorPicker , widget_formulario_circle , {
id: circle ,
instance: formulario\-circle ,
locale: pt_BR ,
mode: popup ,
defaultColor: #cc458faa ,
theme: default ,
themeMode: auto ,
format: auto ,
behaviors: {
change: function(ext, event) {
dc.ab({
s: circle ,
e: change ,
f: formulario ,
p: circle
}, ext);
}
}
});
dc.cw( ColorPicker , widget_formulario_square , {
id: square ,
instance: formulario\-square ,
locale: pt_BR ,
mode: popup ,
defaultColor: rgb(0, 183, 255) ,
theme: default ,
themeMode: auto ,
format: auto ,
behaviors: {
change: function(ext, event) {
dc.ab({
s: square ,
e: change ,
f: formulario ,
p: square
}, ext);
}
}
});
dc.cw( ColorPicker , widget_formulario_rtl , {
id: rtl ,
instance: formulario\-rtl ,
locale: pt_BR ,
mode: popup ,
defaultColor: #A427AE ,
theme: large ,
theme: large ,
themeMode: auto ,
formatToggle: true,
clearButton: true,
closeButton: true,
forceAlpha: true,
behaviors: {
change: function(ext, event) {
dc.ab({
s: rtl ,
e: change ,
f: formulario ,
p: rtl
}, ext);
}
}
});
dc.cw( ColorPicker , widget_formulario_desabilitado , {
id: desabilitado ,
instance: formulario\-desabilitado ,
locale: pt_BR ,
mode: popup ,
defaultColor: #000000 ,
theme: default ,
themeMode: auto
});
dc.cw( ColorPicker , widget_formulario_erro , {
id: erro ,
instance: formulario\-erro ,
locale: pt_BR ,
mode: popup ,
defaultColor: #FFFFFF ,
theme: default ,
themeMode: auto
});
dc.cw( ColorPicker , widget_formulario_etiqueta , {
id: etiqueta ,
instance: formulario\-etiqueta ,
locale: pt_BR ,
mode: popup ,
theme: default ,
themeMode: auto ,
clearButton: true,
closeButton: true,
alpha: false
});
dc.cw( CommandButton , widget_formulario_BtnDialogo , {
id: BtnDialogo
});
dc.cw( ColorPicker , widget_formulario_dialogPicker , {
id: dialogPicker ,
instance: formulario\-dialogPicker ,
locale: pt_BR ,
mode: popup ,
theme: default ,
themeMode: auto ,
clearButton: true,
closeButton: true,
alpha: false
});
dc.cw( CommandButton , widget_formulario_BtnFechar , {
id: BtnFechar
});
dc.cw( Dialog , dlg , {
id: dialogo ,
modal: true,
width: 350 ,
minHeight: 50,
showEffect: fade
});