Sha256: 0ab4deef4c5bed9c4a21e87c3aa008e18678dcbf8903f1e86afed2008fcdab0e
Contents?: true
Size: 636 Bytes
Versions: 6
Compression:
Stored size: 636 Bytes
Contents
//= require bootstrap-wysihtml5 //= require brightcontent/wysithtml5-parser-rules //= require bootstrap-wysihtml5/locales/nl-NL $(function() { var editorLocale = $('body').data('editorLocale'); $('[data-wysihtml5]').wysihtml5({ html: true, locale: editorLocale, parserRules: wysihtml5ParserRules, events: { load: function() { var editor = $('[data-wysihtml5]').first().data('wysihtml5'); editor.focus(); } } }); $('[data-behaviour~=datepicker]').datetimepicker({ pickTime: false, language: 'nl' }) $('[data-behaviour~=datetimepicker]').datetimepicker({ language: 'nl' }) });
Version data entries
6 entries across 6 versions & 1 rubygems