LogWeb V3 Default Emulator (AJAX based)

Class lw.login

Object
   |
   +--lw.login

class lw.login


Holds all methods for login handling before actually calling the AJAX emulator.
Defined in lwlogin.js


Constructor Summary
lw.login ()
            Holds all methods for login handling.
 
Method Summary
<static> void addHidden(<Node> form, <Object> obj)
           Puts all elements from an object into a form.
<static> void focus(<String> id)
           Sets the focus to the specified node.
<static> String getParam(name, <String> id)
           Returns an URI encoded query parameter.
<static> String getValue(<String> id)
           Returns the text value of the specified HTML node.
<static> boolean isChecked(<String> id)
           Returns the checked state of the specified radio button or checkbox.
<static> Object isEnabled(<String> id)
           Checks if the specified HTML node is enabled.
<static> boolean isVisible(<String> id)
           Returns if the specified HTML node is visible.
<static> void setChecked(<String> id, <boolean> checked)
           Checks or unchecks the specified radio button or checkbox.
<static> void setEnabled(<String> id, <boolean> enabled)
           Enables of disables the specified HTML node.
<static> void setValue(<String> id, <String> value)
           Sets the text value of the specified HTML node.
<static> void setVisible(<String> id, <boolean> visible)
           Displays or hides the specified HTML node.
<static> void toggle(<String> id)
           Toggles the visibility of the specified HTML node.
<static> void toggle2(<String> idRadio, <String> idTable)
           Toggles the specified radio button and the visibility of the specified HTML node.

Constructor Detail

lw.login

lw.login()

Method Detail

addHidden

<static> void addHidden(<Node> form, <Object> obj)

focus

<static> void focus(<String> id)

getParam

<static> String getParam(name, <String> id)

getValue

<static> String getValue(<String> id)

isChecked

<static> boolean isChecked(<String> id)

isEnabled

<static> Object isEnabled(<String> id)

isVisible

<static> boolean isVisible(<String> id)

setChecked

<static> void setChecked(<String> id, <boolean> checked)

setEnabled

<static> void setEnabled(<String> id, <boolean> enabled)

setValue

<static> void setValue(<String> id, <String> value)

setVisible

<static> void setVisible(<String> id, <boolean> visible)

toggle

<static> void toggle(<String> id)

toggle2

<static> void toggle2(<String> idRadio, <String> idTable)

LogWeb V3 Default Emulator (AJAX based)

Copyright © 2006-2012 by Logics Software GmbH
Documentation generated by JSDoc on Mon Mar 3 17:24:18 2014