Sha256: 84fbc523aa7465e5f3921f8291c5820f5c4f8ad0e07d1e25c246365550666a63

Contents?: true

Size: 1.27 KB

Versions: 16

Compression:

Stored size: 1.27 KB

Contents

<script type="text/ng-template" id="promethee/components/aside/edit/inspect">
  <div class="form-group">
    <label class="label-control">Visible content</label>
    <summernote config="summernoteConfig" ng-model="promethee.inspected.attributes.visible_content.value"></summernote>
  </div>

  <div class="form-group">
    <label class="label-control">Collapsed content</label>
    <summernote config="summernoteConfig" ng-model="promethee.inspected.attributes.collapsed_content.value"></summernote>
  </div>

  <div class="form-group">
    <label class="label-control">Button label</label>
    <input ng-model="promethee.inspected.attributes.open_label.value" class="form-control" type="text"/>
  </div>

  <div class="form-group">
    <label class="label-control">Button label position</label>
    <div>
      <label class="radio-inline"> <input ng-model="promethee.inspected.attributes.open_label_position.value" type="radio" value="left" />Left </label>
      <label class="radio-inline"> <input ng-model="promethee.inspected.attributes.open_label_position.value" type="radio" value="center" />Center </label>
      <label class="radio-inline"> <input ng-model="promethee.inspected.attributes.open_label_position.value" type="radio" value="right" />Right </label>
    </div>
  </div>
</script>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
promethee-4.1.6 app/views/promethee/components/aside/_edit.inspect.html.erb
promethee-4.1.5 app/views/promethee/components/aside/_edit.inspect.html.erb
promethee-4.1.4 app/views/promethee/components/aside/_edit.inspect.html.erb
promethee-4.1.3 app/views/promethee/components/aside/_edit.inspect.html.erb
promethee-4.1.2 app/views/promethee/components/aside/_edit.inspect.html.erb
promethee-4.1.1 app/views/promethee/components/aside/_edit.inspect.html.erb
promethee-4.1.0 app/views/promethee/components/aside/_edit.inspect.html.erb
promethee-4.0.8 app/views/promethee/components/aside/_edit.inspect.html.erb
promethee-4.0.7 app/views/promethee/components/aside/_edit.inspect.html.erb
promethee-4.0.6 app/views/promethee/components/aside/_edit.inspect.html.erb
promethee-4.0.5 app/views/promethee/components/aside/_edit.inspect.html.erb
promethee-4.0.4 app/views/promethee/components/aside/_edit.inspect.html.erb
promethee-4.0.3 app/views/promethee/components/aside/_edit.inspect.html.erb
promethee-4.0.2 app/views/promethee/components/aside/_edit.inspect.html.erb
promethee-4.0.1 app/views/promethee/components/aside/_edit.inspect.html.erb
promethee-4.0.0 app/views/promethee/components/aside/_edit.inspect.html.erb