I want to display some text when mouse is over some field. Is it possible? E.g. I would display short version of Summary field and long will be displayed on mouse hover.
You can construct a tooltip using this trick or one of the simpler tricks referenced there:
Please note that this may inflate your doc size significantly: all the JSON code would need storage, and the object will need just as much storage as well.