Jump to content

Search the Community

Showing results for tags 'css attribute hint'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. http://kushagragour.in/lab/hint/ I wish to use this kind of hint style with my UniGui application. I know how to add a CSS style to a component but I just don't know how to add an attribute to an object, in this case it is "data-hint". How can I do this? "Without" using UniLabel TextConversion interpreted as txtHTML. For instance I just want to Hello Sir, <span class="hint--bottom" data-hint="Thank you!">hover over me.</span> I thought something like this would do it. But it seems like it is not applicable. function added(sender, container, pos, eOpts) { sender.setAttribute("data-hint", "Hello"); sender.addCls('hint--bottom'); }
×
×
  • Create New...