[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

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

(no description)

File Size: 542 lines (15 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 36 functions

  xshow()
  writeDynaList()
  changeDynaList()
  addSelectedToList()
  delSelectedFromList()
  moveInList()
  getSelectedOption()
  setSelectedValue()
  getSelectedRadio()
  getSelectedValue()
  getSelectedText()
  chgSelectedValue()
  checkAll()
  listItemTask()
  hideMainMenu()
  isChecked()
  submitbutton()
  submitform()
  submitcpform()
  getSelected()
  selected()
  closeHandler()
  checkCalendar()
  showCalendar()
  popupWindow()
  ltrim()
  rtrim()
  trim()
  mosDHTML()
  MM_findObj()
  MM_swapImage()
  MM_swapImgRestore()
  MM_preloadImages()
  saveorder()
  checkAll_button()
  getElementByName()

Functions
Functions that are not part of a class:

xshow(o)   X-Ref


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

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



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1