DWR

Make setValue[s]() be able to alter more elements

Details

  • Type: New Feature New Feature
  • Status: Open Open
  • Priority: Minor Minor
  • Resolution: Unresolved
  • Affects Version/s: 2.0.rc2
  • Fix Version/s: 4.0
  • Component/s: Util
  • Description:
    Hide
    There are many elements that we could do interesting things with, that we
    currently don't. linkscript, style could all be pressed into service to provide
    dynamic loading of extra content. The ability to create a kind of import
    statement for Javascript is particularly interesting.

    It would be good to be able to to custom rollovers by manipulating the img,
    object or param elements. Maybe code that altered image sizes would also be
    cool, so this probably deserves a section of its own.

    We could do more with the a element than we do. We could have setValue() for a
    hyperlink set the destination rather than the link text although this might get
    confusing, maybe a new function is required.

    We could alter:
    - img
    - object (?)
    - a

    Was: https://dwr.dev.java.net/issues/show_bug.cgi?id=80
    Show
    There are many elements that we could do interesting things with, that we currently don't. linkscript, style could all be pressed into service to provide dynamic loading of extra content. The ability to create a kind of import statement for Javascript is particularly interesting. It would be good to be able to to custom rollovers by manipulating the img, object or param elements. Maybe code that altered image sizes would also be cool, so this probably deserves a section of its own. We could do more with the a element than we do. We could have setValue() for a hyperlink set the destination rather than the link text although this might get confusing, maybe a new function is required. We could alter: - img - object (?) - a Was: https://dwr.dev.java.net/issues/show_bug.cgi?id=80

Activity

Hide
Mark Greene added a comment - 17/May/07 2:01 AM

Having the ability to dynamically create/add hyperlinks would be very cool! Looking forward to this version.

Show
Mark Greene added a comment - 17/May/07 2:01 AM Having the ability to dynamically create/add hyperlinks would be very cool! Looking forward to this version.

People

Dates

  • Created:
    23/Feb/07 3:16 AM
    Updated:
    01/Dec/09 7:00 PM