$resposta="
<span id="alerta" class="ui-growl-pl" data-widget="widget_alerta" data-summary="data-summary" data-severity="all,error" data-redisplay="true"></span>
<script id="alerta_s" type="text/javascript">
DinarteCoelho.cw("Growl", "widget_alerta", {
id: "alerta",
sticky: false,
life: 3000,
escape: true,
keepAlive: false,
msgs: [{
summary: "Cor escolhida: ".$_POST["clr-color-value"]."",
detail: "",
severity: "info",
severityText: "Information"
}
]
});
</script>
";
dc.cw( Growl , widget_alerta , {
id: alerta ,
sticky: false,
life: 6000,
escape: true,
keepAlive: false,
msgs: []
});
dc.cw( ColorPicker , widget_formulario_inline , {
id: inline ,
instance: formulario\-inline ,
locale: pt_BR ,
mode: inline ,
defaultColor: #2a9d8f ,
theme: large ,
theme: large ,
themeMode: auto ,
formatToggle: true,
behaviors: {
change: function(ext, event) {
dc.ab({
s: inline ,
e: change ,
f: formulario ,
p: inline
}, ext);
}
}
});
dc.cw( CommandButton , widget_formulario_BtnSalvar , {
id: BtnSalvar
});