Sha256: 434a1b5899ae3d43ccd2e6c32c2bf72ebe490ea7a42a55fc60addbe5b2b27558
Contents?: true
Size: 1.03 KB
Versions: 707
Compression:
Stored size: 1.03 KB
Contents
<%= pb_rails("button", props: { text: "Open Complex Dialog", data:{"open-dialog": "dialog-complex"} }) %> <%= pb_rails("dialog", props: { id:"dialog-complex", size: "lg", full_height: true }) do %> <%= pb_rails("dialog/dialog_header", props: { id: "dialog-complex" } ) do %> <%= pb_rails("body", props: { text: "What do you need us to take care of?" }) %> <% end %> <%= pb_rails("dialog/dialog_body") do %> <%= pb_rails("caption", props: { text: "Description", margin_bottom: "xs" }) %> <%= pb_rails("rich_text_editor", props: {id: "default", value: "Add your text here"}) %> <%= pb_rails("caption", props: { text: "Type in a word or term too help find tickets later. ex. training, phone setup, hr", margin_bottom: "xs", margin_top: "sm" }) %> <%= pb_rails("typeahead", props: { placeholder: "Tags.."}) %> <% end %> <%= pb_rails("dialog/dialog_footer", props: {cancel_button: "Back", confirm_button: "Send my Issue", confirm_button_id:"confirm-complex", id: "dialog-complex"}) %> <% end %>
Version data entries
707 entries across 707 versions & 2 rubygems