SOURCE CODE: Uize.Widgets.Dialog.Html

VIEW REFERENCE

<%@
  input ({
    idPrefix:'string',
    contents:'string',
    topLeftButtons:'string'
  });
  required (
    'Uize.Widgets.Button.Widget'
  );
%>
<% .topLeftButtons %>
<%= m.childHtml ({ name:'close', widgetClass:Uize.Widgets.Button.Widget, text:'X', size:'tiny' }) %>
<% .contents %>