Sha256: 4599b5841669daa0ce63465880a5fcd46d494138f2a244d495ddd7a4da35d401

Contents?: true

Size: 1.96 KB

Versions: 5

Compression:

Stored size: 1.96 KB

Contents

<%
  row = cell(:elements, :row).new
  block = cell(:elements, :block).new(class: 'xs-12 sm-12 md-12')
  code = cell(:elements, :code).new
  form = cell(:inputs, :form).new(url: '#', method: 'get')
%>

<!-- PRESENTATION -->
<%=raw row.open %>

  <%=raw block.open %>

    <%=raw cell(:elements, :title).new(label: 'Cells Inputs: Youtube') %>

    <p>A Youtube video input.</p>

  <%=raw block.close %>

<%=raw row.close %>
<!-- / PRESENTATION -->

<hr>
<%=raw cell(:elements, :title).new(label: 'Normal Youtube input', size: 3) %>

<%=raw row.open %>

  <%=raw block.open %>

    <%=raw form.open %>

      <%=raw row.open %>

        <%=raw cell(:inputs, :youtube).new(name: 'sample', label: 'Insert a video url') %>

      <%=raw row.close %>

    <%=raw form.close %>
    
  <%=raw block.close %>

<%=raw row.close %>

<!-- CODE SECTION -->
<%=raw row.open %>

<%=raw block.open %>

<%=raw cell(:elements, :title).new(label: 'Code', size: 6) %>

<%=raw code.open %>

<%= erb_open_tag %>=raw cell(:inputs, :youtube).new(name: 'sample', label: 'Insert a video') <%= erb_close_tag %>

<%=raw code.close %>

<%=raw block.close %>

<%=raw row.close %>
<!-- / CODE SECTION -->

<hr>
<%=raw cell(:elements, :title).new(label: 'Youtube input with value', size: 3) %>

<%=raw row.open %>

  <%=raw block.open %>

    <%=raw form.open %>

      <%=raw row.open %>

        <%=raw cell(:inputs, :youtube).new(name: 'sample', label: 'Insert a video url', value: 'https://www.youtube.com/watch?v=Sagg08DrO5U') %>

      <%=raw row.close %>

    <%=raw form.close %>
    
  <%=raw block.close %>

<%=raw row.close %>

<!-- CODE SECTION -->
<%=raw row.open %>

<%=raw block.open %>

<%=raw cell(:elements, :title).new(label: 'Code', size: 6) %>

<%=raw code.open %>

<%= erb_open_tag %>=raw cell(:inputs, :youtube).new(name: 'sample', label: 'Insert a video', value: 'https://www.youtube.com/watch?v=Sagg08DrO5U') <%= erb_close_tag %>

<%=raw code.close %>

<%=raw block.close %>

<%=raw row.close %>
<!-- / CODE SECTION -->

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lato_core-2.2.2 app/views/lato_core/doc/cells_inputs/youtube.html.erb
lato_core-2.2.0 app/views/lato_core/doc/cells_inputs/youtube.html.erb
lato_core-2.1.4 app/views/lato_core/doc/cells_inputs/youtube.html.erb
lato_core-2.1.3 app/views/lato_core/doc/cells_inputs/youtube.html.erb
lato_core-2.1.2 app/views/lato_core/doc/cells_inputs/youtube.html.erb