Welcome to TalkGraphics.com
Results 1 to 10 of 22

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Location
    Miami, FL USA
    Posts
    14

    Default Re: Anyone interested in joining af project: jQuery integration with HTML generated X

    Quote Originally Posted by ab29 View Post
    Could you share your idea about it ?
    Sure, here is a sample.
    Attached Files Attached Files

  2. #2

    Default Re: Anyone interested in joining af project: jQuery integration with HTML generated X

    Quote Originally Posted by perseus View Post
    Sure, here is a sample.
    Ok, that's convincing. Thanks.

  3. #3
    Join Date
    Aug 2000
    Location
    Skødstrup, Denmark
    Posts
    251

    Default Re: Anyone interested in joining af project: jQuery integration with HTML generated X

    Quote Originally Posted by perseus View Post
    Sure, here is a sample.
    This is actually a good example of what might be accieved using javascript/jQuery.

    If you in Xara choose to add a text tooltip to an object that will be implemented automatically by Xara to a SPAN tag with a TITLEattribute. Now excuse me for being a little technical, but using the brilliant selector engine of jQuery you can select all such elements and apply - for instance the mentioned tooltip plugin, and thereby get well, another tooltip type.

    Here is the selector (for the technical minded ):
    $('span[title!=""]')
    That will return all standard tooltips on the page, and from there it is easy using jQuery plug-ins to apply some behavior to each of the elements.

    Don't worrie if you are a graphical nerd - this coding related thread will soon relocate to some other place What I however hope to deliver to this forum are some easy-to-use new features for the program which we all love to use!
    Cheers,

    Sten
    "Everything has two sides"

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •