Sha256: cf48abd91f173202a0779a3d6cf2f2e8f866cbae3c0f311bd5a6f88b57b360fe

Contents?: true

Size: 312 Bytes

Versions: 11

Compression:

Stored size: 312 Bytes

Contents

scrivito.editors._setup_binary_button_container = (element, container_class) ->
  container = element.parent(".scrivito-editor-button-container")
  if container.length
    container.addClass(container_class)
  else
    element.wrap("<div class='#{container_class} scrivito-editor-button-container' />").parent()

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
scrivito_editors-0.70.2 app/assets/javascripts/scrivito_editors/helpers/setup_binary_button_container.js.coffee
scrivito_editors-0.71.2 app/assets/javascripts/scrivito_editors/helpers/setup_binary_button_container.js.coffee
scrivito_editors-0.71.1 app/assets/javascripts/scrivito_editors/helpers/setup_binary_button_container.js.coffee
scrivito_editors-0.70.1 app/assets/javascripts/scrivito_editors/helpers/setup_binary_button_container.js.coffee
scrivito_editors-0.71.0 app/assets/javascripts/scrivito_editors/helpers/setup_binary_button_container.js.coffee
scrivito_editors-0.71.0.rc2 app/assets/javascripts/scrivito_editors/helpers/setup_binary_button_container.js.coffee
scrivito_editors-0.71.0.rc1 app/assets/javascripts/scrivito_editors/helpers/setup_binary_button_container.js.coffee
scrivito_editors-0.70.0 app/assets/javascripts/scrivito_editors/helpers/setup_binary_button_container.js.coffee
scrivito_editors-0.70.0.rc3 app/assets/javascripts/scrivito_editors/helpers/setup_binary_button_container.js.coffee
scrivito_editors-0.70.0.rc2 app/assets/javascripts/scrivito_editors/helpers/setup_binary_button_container.js.coffee
scrivito_editors-0.70.0.rc1 app/assets/javascripts/scrivito_editors/helpers/setup_binary_button_container.js.coffee