Name

autocompletecombobox

Synopsis

LZX: autocompletecombobox
JavaScript: autocompletecombobox
Type: Class
Access: public
Topic: Incubator.Components
Declared in: lps/components/incubator/autocompletecombobox.lzx

Superclass Chain

node (LzNode) » view (LzView) » autocompletecombobox

Known Subclasses

Details

Properties (2)

contentpath
<attribute name="contentpath" type="string" />
public var contentpath : String;
defaulttext
<attribute name="defaulttext" type="string" value="Type Here" />
public var defaulttext : String;

Methods (1)

showAll()
<method name="showAll" />
public function showAll();

LZX Synopsis

<class name="autocompletecombobox" extends=" LzView ">
  <attribute name=" contentpath " type="string" />
  <attribute name=" defaulttext " type="string" value="Type Here" />
  <method name=" showAll " />
</class>

JavaScript Synopsis

public autocompletecombobox extends  LzView  {
  public var contentpath  : String;
  public var defaulttext  : String;
  prototype public function showAll ();
}