Try our conversational search powered by Generative AI!

Tooltips for fields in on page edit mode

Vote:
 

I tried the different property attributes there is for defining properties but none of them (Prompt, name, description) seems to be rendered in on page edit mode. It would be small but nice addition usability of CMS to have for example Description attribute value rendered to "title" attribute of the DIV of editable fields in on page edit mode. When creating new content authors are sometimes a bit confused what is what field as there is just bunch of similar blue boxes on the page.  

#73078
Jul 05, 2013 9:38
Vote:
 

+1 on that!

#73080
Jul 05, 2013 9:46
Vote:
 

You could add the following to a CSS file and load it in edit mode.

.Sleek .epi-overlay-item:hover .epi-overlay-item-info {
    display: block;
}

That will display the name of the property in the overlay. This was cut from the design but the DOM node is still available ;)

To load a custom stylesheet in edit mode add the following to your module.config

<clientResources>
  <add name="epi-cms.widgets.base" path="stylesheet.css" resourceType="Style" />
</clientResources>

    

If you are using the EPiServer 7 release (i.e. not EPiServer 7.1 or higher) then the name key will need to be epi.cms.widgets.base instead.

I know it's not exactly what you're after but I figured it might help.

 

EDIT Forgot to mention that this doesn't work for content areas.

#73090
Edited, Jul 05, 2013 11:37
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.