r4 - 01 Feb 2007 - 07:53:07 - TanDunlinYou are here: TWiki >  Main Web  >  ElixirReport > ElixirReportCookbook > URLProperties

URL Properties

To create Hyperlink to webpages for components, there are three URL properties available. Namely, (1) URL (2) URL Description and (3) URL Target.

  1. URL property holds the value (e.g. http://www.elixirtech.com) (e.g. javascript:var newWin = window.open('http://www.elixirtech.com','_blank','height=200,width=400');)
    For your reference on using window.open
    http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp
  2. URL Description property provides a description which may be shown as a tooltip, if the viewer supports it.
  3. URL Target property allows the destination of the URL contents to be set.
    This is primarily for use in web browsers, so you can force the linked document to show in a separate window or frame if you choose.
    The value of URL Target (if specified) will become the target attribute of the HTML anchor (<a> element), see the HTML specification
    for more details.

Report format supported :-

  • application/x-html-zip (available from version 6.2 onwards)
  • application/x-xhtml-zip (available from version 6.2 onwards)
  • application/pdf

Components Supported :-

  • labels
  • fields
  • charts
  • grids
  • images

Example Available :-
URLProperties.jar (FileSystem Type : JAR, FileSystem Name : KnowledgeBase)

-- TanDunlin - 19 Dec 2006

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r4 < r3 < r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback