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.11.14 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.11.13 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.11.12 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.11.11 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.11.10 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.11.9 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.11.8 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.11.7 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.11.6 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.11.5 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.11.4 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.11.3 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.11.2 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.11.1 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.11.0 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.10.9 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.10.8 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.10.7 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.10.6 app/views/promethee/components/column/_edit.define.html.erb
promethee-1.10.5 app/views/promethee/components/column/_edit.define.html.erb