Bug #60425
closed
RTE.classesAnchor.[ id-string ].titleText doesn't work
Added by Falk no-lastname-given over 10 years ago.
Updated about 10 years ago.
Category:
RTE (rtehtmlarea + ckeditor)
Description
RTE.classesAnchor.[ id-string ].titleText seems to be ignored.
An other problem exists with the pageTsConfigs for typical and demo there is for titleText a wrong language file used (EXT:rtehtmlarea/res/accessibilityicons/locallang.xml).
Best
Falk
- Target version set to next-patchlevel
The same problem here! I need this in conjunction with bootstrap-framework to give a readable title...
RTE.classesAnchor.[btn btn-sm btn-primary].titleText = Nice Button
Falk no-lastname-given wrote:
RTE.classesAnchor.[ id-string ].titleText seems to be ignored.
This is working for me. What id-string are you using?
- Status changed from New to Needs Feedback
Stephan Vidar wrote:
The same problem here! I need this in conjunction with bootstrap-framework to give a readable title...
[...]
This is also working fine for me with
RTE.default.buttons.link.properties.class.allowedClasses := addToList(btn btn-sm btn-primary)
RTE.classesAnchor.id_string.titleText = Nice button
RTE.classesAnchor.id_string.class = "btn btn-sm btn-primary"
Falk no-lastname-given wrote:
An other problem exists with the pageTsConfigs for typical and demo there is for titleText a wrong language file used (EXT:rtehtmlarea/res/accessibilityicons/locallang.xml).
This should not cause any problem. In fact, the English text is actually retrieved from the file. It seems however that this file is not translated on the translation server, perhaps because these texts will appear only if the accessible links feature is enabled in the extension configuration.
Ok - I think it's a misunderstanding and yes the titleText works... This bug can be closed. I'm looking for a way to give the editor a readable title within the selectbox. Because "btn btn btn-sm-primary" is not really meaningful and if listed here are several different classes is rapidly lost overview and significance.
Is there a way to adjust the label of the option within the selectbox?
- Assignee set to Stanislas Rolland
Stephan Vidar wrote:
Is there a way to adjust the label of the option within the selectbox?
I am not sure which selector box you are referring to.
In RTE.classesAnchor, you can use the titleText to specify the label. But this applies only to the link dialogue.
But in the case of the array RTE.classes, the "id string" IS the name of the class.
I guess you would need this feature: https://review.typo3.org/#/c/29643/
But only in TYPO3 CMS 7.0...
- Status changed from Needs Feedback to Closed
Also available in: Atom
PDF