É um componente de agrupamento para botões e outros conteúdos.
$render=explode(" ", $_POST['partial_render']);
if($_POST['source']=='excluir'){
$_SESSION['excluir']='sim';
header('Location: toolbar.php');
}
if($_POST['source']=='salvar'){
$detail="Os dados foram salvos!";
}
if($_POST['source']=='atualizar'){
$detail="Os dados foram atualizados!";
}
$resposta='
<span id="alerta" class="ui-growl-pl" data-widget="widget_alerta" data-summary="data-summary" data-detail="data-detail" 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: 6000,
escape: true,
keepAlive: false,
msgs: [{
summary: "Ação realizada",
detail: "'.$detail.'",
severity: "info",
severityText: "Information"
}]
});
</script>
';
dc.cw("Growl", "widget_alerta", {
id: "alerta"
, sticky: false
, life: 6000
, escape: true
, keepAlive: false
, msgs: []
});
dc.cw("CommandButton", "widget_BtnNovo", {
id: "BtnNovo"
});
dc.cw("CommandButton", "widget_BtnAbri", {
id: "BtnAbrir"
});
dc.cw("CommandButton", "widget_BtnSalvar", {
id: "BtnSalvar"
});
dc.cw("CommandButton", "widget_BtnImprimir", {
id: "BtnImprimir"
});
dc.cw("CommandButton", "widget_BtnExcluir", {
id: "BtnExcluir"
});
dc.cw("MenuButton", "widget_botoes", {
id: "botoes"
, appendTo: "@(body)"
, collision: "flip"
, autoDisplay: true
, delay: 0
});