Class Imple_ContactAutoCompleter

Description

Located in /lib/Imple/ContactAutoCompleter.php (line 20)

Imple
   |
   --Imple_ContactAutoCompleter
Variable Summary
 string $_onshow
Method Summary
 Imple_ContactAutoCompleter Imple_ContactAutoCompleter (array $params)
 void attach ()
 mixed expandAddresses (string $addrString, [boolean $full = false])
 string handle (array $args)
Variables
string $_onshow = ', onShow: function(e, u){ if(!u.style.position || u.style.position==\'absolute\') { u.style.position = \'absolute\'; Position.clone(e, u, { setHeight: false, offsetTop: e.offsetHeight }); } u.style.zIndex = 2; Effect.Appear(u,{duration:0.15, beforeSetup:function(effect) { effect.element.setOpacity(effect.options.from); effect.element.show(); u.style.height = Math.min(u.offsetHeight, ((window.innerHeight ? window.innerHeight : document.body.clientHeight) - Position.page(e)[1] - e.offsetHeight - 10)) + \'px\'; u.style.overflow = \'auto\'; } }); }' (line 27)

onShow javascript code.

Inherited Variables

Inherited from Imple

Imple::$_params
Methods
Constructor Imple_ContactAutoCompleter (line 38)

Constructor.

Imple_ContactAutoCompleter Imple_ContactAutoCompleter (array $params)
  • array $params: Configuration parameters.
     'triggerId' => TODO (optional)
     'resultsId' => TODO (optional)
attach (line 53)

Attach the Imple object to a javascript event.

void attach ()

Redefinition of:
Imple::attach()
Attach the Imple object to a javascript event.
expandAddresses (line 111)

Uses the Registry to expand names and returning error information for any address that is either not valid or fails to expand.

  • return: Either a string containing all expanded addresses or an array containing all matching address or an error object.
mixed expandAddresses (string $addrString, [boolean $full = false])
  • string $addrString: The name(s) or address(es) to expand.
  • boolean $full: If true generate a full, rfc822-valid address list.
handle (line 67)

TODO

  • return: TODO
string handle (array $args)
  • array $args: TODO

Redefinition of:
Imple::handle()
TODO

Inherited Methods

Inherited From Imple

 Imple::Imple()
 Imple::attach()
 Imple::factory()
 Imple::handle()
 Imple::html()

Documentation generated on Sun, 30 Jan 2011 05:31:44 +0000 by phpDocumentor 1.4.3