net.liftweb.widgets.autocomplete.AutoComplete

class AutoComplete

class AutoComplete

 extends ScalaObject




Companion: AutoComplete

Source: AutoComplete.scala(69)

 Constructors

def this

 Methods

!=.. final def !=(arg0 : Any) Boolean Any
!=.. final def !=(arg0 : Object) Boolean AnyRef
==.. final def ==(arg0 : Object) Boolean AnyRef
==.. final def ==(arg0 : Any) Boolean Any
asInstanceOf.. final def asInstanceOf[T0] T0 Any
autocompleteObj.. def autocompleteObj[T](options : Seq[(T, String)], default : Box[T], jsonOptions : List[(String, String)], onSubmit : (T) => Unit)
Create an autocomplete form based on a sequence
Elem
autocompleteObj.. def autocompleteObj[T](options : Seq[(T, String)], default : Box[T], onSubmit : (T) => Unit)
Create an autocomplete form based on a sequence
Elem
clone.. protected def clone Object AnyRef
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. def equals(arg0 : Any) Boolean AnyRef
finalize.. protected def finalize Unit AnyRef
getClass.. final def getClass Class[Any] AnyRef
hashCode.. def hashCode Int AnyRef
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
ne.. final def ne(arg0 : Object) Boolean AnyRef
notify.. final def notify Unit AnyRef
notifyAll.. final def notifyAll Unit AnyRef
render.. def render(start : String, options : (String, Int) => Seq[String], onSubmit : (String) => Unit, jsonOptions : List[(String, String)], attrs : (String, String)*)
Render a text field with Ajax autocomplete support [details]
param
jsonOptions - - a list of pairs that will be send along to the jQuery().AutoComplete call (for customization purposes)
option - - the function to be called when user is typing text. The text and th options limit is provided to this functions
attrs - - the attributes that can be added to the input text field
start - - the initial input string
Elem
render.. def render(start : String, options : (String, Int) => Seq[String], onSubmit : (String) => Unit, attrs : (String, String)*)
Render a text field with Ajax autocomplete support [details]
param
option - - the function to be called when user is typing text. The text and th options limit is provided to this functions
attrs - - the attributes that can be added to the input text field
start - - the initial input string
Elem
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
toString.. def toString String AnyRef
wait.. final def wait(arg0 : Long) Unit AnyRef
wait.. final def wait Unit AnyRef
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.