Sha256: 7d1b6b46ad04a68666b414f62749dc3578df6d09f4954e5ac18ead7c48fd989c

Contents?: true

Size: 377 Bytes

Versions: 95

Compression:

Stored size: 377 Bytes

Contents

<%
  init = <<~JAVASCRIPT
    promethee.definitions.push({
      name: 'Column',
      icon: #{ promethee_component_render_icon 'column' },
      position: 0,
      library: false,
      data: {
        type: 'column',
        attributes: {
          size: 4,
          offset: 0
        },
        children: []
      }
    })
  JAVASCRIPT
%>
<div ng-init="<%= init %>"></div>

Version data entries

95 entries across 95 versions & 1 rubygems

Version Path
promethee-1.10.4 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.10.3 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.10.2 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.10.1 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.10.0 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.9.0 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.8.4 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.8.3 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.8.2 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.8.1 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.8.0 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.7.12 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.7.11 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.7.10 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.7.9 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.7.8 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.7.7 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.7.6 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.7.5 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.7.4 app/views/promethee/components/column/_edit.define.html.erb