Giter Club home page Giter Club logo

django-suit-ckeditor's People

Contributors

darklow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

django-suit-ckeditor's Issues

CKEditorWidget of ModelForm in TabularInline not create new element

When have a CKEditorWidget of ModelForm in TabularInline not create new element.
If have 2 fields one with CKEditorWidget and other with default input text first save not create new element but save value for input text and clear CKEditorWidget value and display error of required field for CKEditorWidget but when save for second time new element is created without problems.
If have 1 fields and is CKEditorWidget not save in any case.
I test to change CKEditorWidget for default textarea and works fine.

Toolbar not showing Buttons

If I config toolbar with more than one Button, no Button at all is showing up

toolbar = [
['Bold'], ['Italic'],
],

I updateted ckeditor.js to the 4.4.2 Version, now its Working (See my Fork)

Upload file Error

I config my ckeditor with

'filebrowserBrowseUrl': '/browser/browse.php',
'filebrowserUploadUrl': '/uploader/upload.php',

But when i upload file to server this respond:

Request URL:http://0.0.0.0:8080/uploader/upload.php?CKEditor=id_html&CKEditorFuncNum=3&langCode=ca
Request Method:POST
Status Code:404 NOT FOUND

I have that I create the page '/uploader/upload.php' ?

not run in django 1.11 debug=false

When django-suit-ckeditor in django 1.11 and setting debug = False
ckeditor.js's name will become ckeditor.2asdal.js
this filename change that ckeditor.js does not found ckeditor's base path
than config.js,en.js can't not loadding in correct path

Change filebrowserUploadUrl Path

How can you change the path of ? filebrowserUploadUrl
I config my ckeditor with:

'filebrowserUploadUrl': '/ckeditor/upload/',

This save files on /uploads/uploads/yyyy/mm/dd/file.ext
I would change to /uploads/ckeditor_uploads/yyyy/mm/dd/file.ext

Bad url for filebrowserBrowseUrl

I config my ckeditor with

'filebrowserBrowseUrl': '/browser/browse.php',

But when I click to show server files show 404 error:

Request URL:http://0.0.0.0:8080/ckeditor/filemanager/?CKEditor=id_html&CKEditorFuncNum=3&langCode=ca
Request Method:GET

But 'filebrowserBrowseUrl': '/ckeditor/browse/', says: TemplateDoesNotExist at /ckeditor/browse/ browse.html
And with 'filebrowserBrowseUrl': '/static/filemanager/index.html', 404 equals.
And with 'filebrowserBrowseUrl': '/ckeditor/filemanager/ 404 equals.
And with 'filebrowserBrowseUrl': '/ckeditor/browser/', 404 equals.

Which is good url?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.