Author Topic: Highlight Text  (Read 1210 times)

kumarrajaburela

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
Highlight Text
« on: April 04, 2017, 11:39:39 PM »
Hi all,
      How to make text highlight from end user? I would like to develop end user can select the particular text in the paragraph and can highlight , how can i implement? Please help me.


Thanks in advance
Kumar Raja Burela

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Highlight Text
« Reply #1 on: April 07, 2017, 05:56:14 PM »
Input fields support this by default. You can highlight text by using the mouse. You can use input fields as-is, or look at the code used and implement a similar highlighting code for regular labels. You can also choose to keep it simple by just underline any text within a label using the [u] tag.