Exibe os itens raiz horizontalmente e os itens aninhados em camadas.
$render = '';
$resposta = '';
dc.cw("Growl", "widget_alerta", {
id: "alerta"
, sticky: false
, life: 6000
, escape: true
, keepAlive: false
, msgs: []
});
dc.cw("InputText", "widget_texto", {
id: "texto"
});
dc.cw("Button", "widget_BtnSair", {
id: "BtnSair"
});
dc.cw("Menubar", "widget_barraMenu", {
id: "barraMenu"
, autoDisplay: true
, delay: 0
});