javascript-doc.js File Reference

javascript documentation for uty.js, utywidget.js, utyfilelist.js More...

Classes

class  utyWidget
 Javascript widgets 'abstract' base class. More...
class  utyButtonBase
 Javascript simple button widget. More...
class  utyButton
 Javascript compound button widget. More...
class  utyStatusbarPanel
 Javascript statusbar panel widget. More...
class  utyListviewColumn
 Javascript listiew column header widget. More...
class  utyListviewHead
 Javascript listiew header widget. More...
class  utyListview
 Javascript listiew widget. More...
class  utyTreeview
 Javascript treeview widget. More...
class  utyFileList
 Javascript filelist widget, see uty_filelist. More...
class  utyFileCombo
 Javascript FileCombo widget. More...

Functions

function uty_trim (str, chars)
function uty_ltrim (str, chars)
function uty_rtrim (str, chars)
function uty_starts (haystack, needle)
function uty_ends (haystack, needle)
function uty_aindex (array, value)
function uty_aremove (array, value, count)
function uty_select (input, start, end)
function uty_text (element, text)
function uty_window_x (elevent)
function uty_window_y (elevent)
function uty_window_scroll_x ()
function uty_window_scroll_y ()
function uty_page_x (elevent)
function uty_page_y (elevent)
function uty_window_width ()
function uty_window_height ()
function uty_center_in_window (element)
function uty_window_add_onload (func, code)
function uty_document_disable_onselectstart (disable)
function uty_post (url, content, callback)
function uty_selection_clear ()

Variables

const UTY_DIRTYPE_FOLDER = 0
const UTY_DIRTYPE_FILE = 1
const UTY_SORT_ASC = 1
const UTY_SORT_DESC = 2
const UTY_BROWSER_IE = "Microsoft Internet Explorer"
const UTY_FILELIST_SELECT_NONE = 0
const UTY_FILELIST_SELECT_FILES = 1
const UTY_FILELIST_SELECT_DIRS = 2
const UTY_FILELIST_SELECT_BOTH = 4

Detailed Description

javascript documentation for uty.js, utywidget.js, utyfilelist.js

This file contains the separate documentation for the javascript code. The file which js functions belong to is indicated in the modules.

All Classes Files Functions Variables Enumerations

Copyright © 2010 Attilio Pavone - www.utillyty.eu