Inline Text Edit 1.2 Options

'.cancel'
cancel - String/Selector

Selector of the cancel block within the context of the main object.

'.display'
display - String/Selector

Selector of the display block within the context of the main object.

'.form'
form - String/Selector

Selector of the form block within the context of the main object.

'none-error-404'
hover - String/CSS Class

CSS Class added/removed when hovering over the display block.

'ajax.php'
href - String/Path

URL of the server side script.

false
html - Boolean

If true, text box will be filled with the html contained in the display block. If false, nothing will be changed to th text box

Empty Function
load - function

Callback function when result set is done being pulled from the server. The function is called as the third parameter of jQuery's load() function

'Loading...'
loadtxt - String/HTML

HTML inserted into the display block while content is being loaded from the server

{}
postData - Object

Object passed as POST parameters to the server. Sent as the second paramter of jQuery's load() function.

Note*: The var stored in postVar will always overide any var with the same name stored in the postData object.

'text'
postVar - String

Name of the variable that contains the users input when being sent to the server

'.save'
save - String/Selector

Selector of the save block within the context of the main object.

'.text'
text - String/Selector

Selector of the text block within the context of the main object.