1
0
mirror of synced 2025-02-04 06:09:23 +03:00

add title for choice item

This commit is contained in:
Vitaly 2013-04-26 18:22:23 +04:00
parent 093f92c09e
commit 79228ce1e0

View File

@ -2494,7 +2494,7 @@ the specific language governing permissions and limitations under the Apache Lic
formatted=this.opts.formatSelection(data, choice.find("div"));
if (formatted != undefined) {
choice.find("div").replaceWith("<div>"+this.opts.escapeMarkup(formatted)+"</div>");
choice.find("div").replaceWith("<div title='"+this.opts.escapeMarkup(formatted)+"'>"+this.opts.escapeMarkup(formatted)+"</div>");
}
if(enableChoice){