Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
el-ckeditor / examples / basic / view / index.slim
Size: Mime:
doctype html
meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
html
  body
    textarea#editor
    - snippets = ['{{ s "top" }}', '{{ s "left" }}', '{{ s "banners" }}']
    == ckeditor 'editor', snippets: snippets, prefix: '/foo', path: 'public'
    hr
    textarea#e_ditor
    == ckeditor 'e_ditor', lang: :de, snippets: lambda {params.keys}