Search found 927 matches

by manu
Tue Sep 03, 2013 5:06 pm
Forum: Open Development
Topic: XH 1.6: Keep an eye on tinyMCE 4
Replies: 89
Views: 30194

Re: XH 1.6: Keep an eye on tinyMCE 4

cmb wrote:We may consider to offer users the possibility to use inline mode (as far as I know CKEditor has a similar option). I assume that is possible for plugins anyway.
I left an extra init_inline.js for this :) .
by manu
Tue Sep 03, 2013 2:28 pm
Forum: Open Development
Topic: XH 1.6: Keep an eye on tinyMCE 4
Replies: 89
Views: 30194

Re: XH 1.6: Keep an eye on tinyMCE 4

update: For compatibility reasons I restricted selector config to array(classes) in the Editor_init call. There are the 3 known init formats full medium and minimal, a new one "menu" and sidebar just for compatibility. As the 3 classic profiles look reasonable, IMHO the new features "menu" "contextm...
by manu
Tue Sep 03, 2013 12:34 pm
Forum: Addons and Plugins
Topic: advancedForm_XH - focus input field
Replies: 2
Views: 1080

Re: advancedForm_XH - focus input field

Thx
by manu
Tue Sep 03, 2013 8:23 am
Forum: Addons and Plugins
Topic: advancedForm_XH - focus input field
Replies: 2
Views: 1080

advancedForm_XH - focus input field

advancedForm has the benefit to be placed anywhere in the content.
But when I have a rather large page and I place the PLUGIN command at the end, the page scrolls down to the form when called. Is there a possiblity to suppress the field focus command?
by manu
Mon Sep 02, 2013 2:42 pm
Forum: Open Development
Topic: fileupload improve usability
Replies: 6
Views: 1951

Re: fileupload improve usability

cmb wrote:Indeed, something to consider. It's definitely easier to implement, so if it is sufficient for the users, I'm fine with it.
I would suggest a short term solution (config) for v1.5.x and a long term solution for v1.6+ (modalDialog?).
by manu
Mon Sep 02, 2013 1:16 pm
Forum: Open Development
Topic: fileupload improve usability
Replies: 6
Views: 1951

Re: fileupload improve usability

When the user submits the upload form, there's a client side check done, if the file is already listed in the file list. If so a confirmation dialog is displayed ("Uploading the file will overwrite an existing file; this file will be renamed; existing links will point to the new file"), which can b...
by manu
Mon Sep 02, 2013 7:45 am
Forum: Open Development
Topic: fileupload improve usability
Replies: 6
Views: 1951

fileupload improve usability

I just notice that in the core filemanager replacement of a pdf which is linked in content pages is not user friendly. File to replace cannot be uploaded because the file is already there. Origin file cannot be deleted because it is linked in content. We should consider one of the two possibilities:...
by manu
Thu Aug 29, 2013 3:40 pm
Forum: Open Development
Topic: XH 1.6: Keep an eye on tinyMCE 4
Replies: 89
Views: 30194

Re: XH 1.6: Keep an eye on tinyMCE 4

cmb wrote:Good news about the German translation: there's now an additional coordinator. :)
Yes, but it's still not clear how the translations get into the build. There is a de_language pack from today, still with "Klare Formatierungen" in there.
by manu
Wed Aug 28, 2013 5:04 pm
Forum: Open Development
Topic: XH 1.6: Keep an eye on tinyMCE 4
Replies: 89
Views: 30194

Re: XH 1.6: Keep an eye on tinyMCE 4

I just tried with hi_kcfinder 1.6 (I copied connectors/tinymce/ to connectors/tinymce4/ and adapted the name of the function to hi_kcfinder_tinymce4_init), but that throws the error "wrFilebrowser is not defined", and the editor doesn't get initialized. :? Aah, that's the $_SESSION Variable is for!...