PropertyItemHeader not showing next to RTE in new install of v4.7.2
I've just put up a fresh install of Umbraco version 4.7.2. Everything seems to be ok except for some reason the label that should be showing up next to my Rich Text Editor in the content area is missing. They show up fine for all other datatypes. It's only the TinyMCE Rich Text Editor that doesn't have the header section.
Using firebug, a textbox multiple data type looks like below. Note the div with the class="propertyItemHeader".
Note the PropertyItem div still wraps the property but there's no PropertyItemHeader or PropertyItemContent divs wrapping the Rich Text Editor data types.
Well for anyone else who runs into this problem and comes here, I found it myself. Apparently there is a checkbox on the datatype for the rich text editor that determines whether to show the label. And, it's set to off by default. I guess I can understand why you may want the extra room for a wider rich text editor window but I would have thought the default would be to show the label and then allow it to be turned off since you have to go to the datatype to increase the size anyway.
PropertyItemHeader not showing next to RTE in new install of v4.7.2
I've just put up a fresh install of Umbraco version 4.7.2. Everything seems to be ok except for some reason the label that should be showing up next to my Rich Text Editor in the content area is missing. They show up fine for all other datatypes. It's only the TinyMCE Rich Text Editor that doesn't have the header section.
Using firebug, a textbox multiple data type looks like below. Note the div with the class="propertyItemHeader".
Now with the Rich Text Editor data type:
Well for anyone else who runs into this problem and comes here, I found it myself. Apparently there is a checkbox on the datatype for the rich text editor that determines whether to show the label. And, it's set to off by default. I guess I can understand why you may want the extra room for a wider rich text editor window but I would have thought the default would be to show the label and then allow it to be turned off since you have to go to the datatype to increase the size anyway.
is working on a reply...