Open KommuSoft opened 10 years ago
When the user hovers (with his mouse) over the <span>...</span> element, a formatted string containing the time stamp is shown using the LLLL format.
<span>...</span>
LLLL
The user can also provide a format him/herself using the livestampaltformat attribute.
livestampaltformat
When the title-element of the <span> tag is modified, a change.title event is risen as well...
title
<span>
change.title
The code is not yet minimized to allow fast editing.
When the user hovers (with his mouse) over the
<span>...</span>
element, a formatted string containing the time stamp is shown using theLLLL
format.The user can also provide a format him/herself using the
livestampaltformat
attribute.When the
title
-element of the<span>
tag is modified, achange.title
event is risen as well...The code is not yet minimized to allow fast editing.