[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/includes/js/ -> mambojavascript.js (summary)

(no description)

File Size: 593 lines (16 kb)
Included or required:0 times
Referenced: 1 time
Includes or requires: 0 files

Defines 39 functions


Functions that are not part of a class:

xshow(o)   X-Ref

author: Mambo Foundation Inc see README.php

writeDynaList( selectParams, source, key, orig_key, orig_val )   X-Ref
Writes a dynamically generated list

param: string The parameters to insert into the <select> tag
param: array A javascript array of list options in the form [key,value,text]
param: string The key to display for the initial state of the list
param: string The original key that was selected
param: string The original item value that was selected

changeDynaList( listname, source, key, orig_key, orig_val )   X-Ref
Changes a dynamically generated list

param: string The name of the list to change
param: array A javascript array of list options in the form [key,value,text]
param: string The key to display
param: string The original key that was selected
param: string The original item value that was selected

addSelectedToList( frmName, srcListName, tgtListName )   X-Ref
Adds a select item(s) from one list to another


delSelectedFromList( frmName, srcListName )   X-Ref
No description

moveInList( frmName, srcListName, index, to)   X-Ref
No description

getSelectedOption( frmName, srcListName )   X-Ref
No description

setSelectedValue( frmName, srcListName, value )   X-Ref
No description

getSelectedRadio( frmName, srcGroupName )   X-Ref
No description

getSelectedValue( frmName, srcListName )   X-Ref
No description

getSelectedText( frmName, srcListName )   X-Ref
No description

chgSelectedValue( frmName, srcListName, value )   X-Ref
No description

showImageProps(base_path)   X-Ref
No description

applyImageProps()   X-Ref
No description

previewImage( list, image, base_path )   X-Ref
No description

checkAll( n, fldName )   X-Ref
Toggles the check state of a group of boxes

Checkboxes must have an id attribute in the form cb0, cb1...
param: The number of box to 'check'
param: An alternative field name

listItemTask( id, task )   X-Ref
No description

hideMainMenu()   X-Ref
No description

isChecked(isitchecked)   X-Ref
No description

submitbutton(pressbutton)   X-Ref
Default function.  Usually would be overriden by the component


submitform(pressbutton)   X-Ref
Submit the admin form


submitcpform(sectionid, id)   X-Ref
Submit the control panel admin form


getSelected(allbuttons)   X-Ref
Getting radio button that is selected.


selected(cal, date)   X-Ref
No description

closeHandler(cal)   X-Ref
No description

checkCalendar(ev)   X-Ref
No description

showCalendar(id)   X-Ref
No description

popupWindow(mypage, myname, w, h, scroll)   X-Ref
Pops up a new window in the middle of the screen


ltrim(str)   X-Ref
No description

rtrim(str)   X-Ref
No description

trim(str)   X-Ref
No description

mosDHTML()   X-Ref
No description

MM_findObj(n, d)   X-Ref
No description

MM_swapImage()   X-Ref
No description

MM_swapImgRestore()   X-Ref
No description

MM_preloadImages()   X-Ref
No description

saveorder( n )   X-Ref
No description

checkAll_button( n )   X-Ref
No description

getElementByName( f, name )   X-Ref

param: object A form element
param: string The name of the element to find