Class: ImageChooserLink

Source Location: /CORE/system/classes/util/links/ImageChooserLink.php

Class ImageChooserLink

Class Overview

This class generates the URL to the Image Chooser Application.

Located in /CORE/system/classes/util/links/ImageChooserLink.php [line 38]

CMSLink
   |
   --ImageChooserLink
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: ImageChooserLink.php,v 1.1 2008/02/11 22:06:50 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
ImageChooserLink   ImageChooserLink()  
void   setJSNameForInfos()   This defines the name of the Javascript function, which takes two Parameter: the ID and the Name of the choosen Image.
void   setJSNameForURL()   This defines the name of the Javascript function, which takes one Parameter: the URL of the choosen Image.

[ Top ]
Methods
Constructor ImageChooserLink  [line 41]

  ImageChooserLink ImageChooserLink( )



[ Top ]
setJSNameForInfos  [line 65]

  void setJSNameForInfos( String $name  )

This defines the name of the Javascript function, which takes two Parameter: the ID and the Name of the choosen Image.

Parameters:
String   $name:  the name of the Javascript function


[ Top ]
setJSNameForURL  [line 55]

  void setJSNameForURL( String $name  )

This defines the name of the Javascript function, which takes one Parameter: the URL of the choosen Image.

Parameters:
String   $name:  the name of the Javascript function


[ Top ]