Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Using HoverHtml in SmartClient.

    I am using Hover Html in a JavaScript page and it works well (the first attached screenshot). But when I open the dialog (the second attached screenshot)for that record I see the html tags, I even created a function to remove the html tags but still I see them in the textbox. Is there any solution for this to not see the html tags inside the text box please?

    Note: I need that field to be editable otherwise I used (editorType: "StaticTextItem") and it didn't show me the html tags but I want that field to be editable.

    Click image for larger version

Name:	hover html.PNG
Views:	54
Size:	38.2 KB
ID:	263712



    Click image for larger version

Name:	dialog.PNG
Views:	118
Size:	32.9 KB
ID:	263711
    Attached Files

    #2
    If you just want the raw value, add the tags dynamically in your hoverHTML implementation. Don't assign the value that has the tags as the value of the form.

    Comment

    Working...
    X