[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/includes/js/ -> joomla.javascript.js (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL
Version: $Id: joomla.javascript.js 14401 2010-01-26 14:10:00Z louis $
File Size: 593 lines (15 kb)
Included or required:0 times
Referenced: 2 times
Includes or requires: 0 files

Defines 36 functions

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

Functions
Functions that are not part of a class:

xshow(o)   X-Ref
No description

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

radioGetCheckedValue(radioObj)   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, dateFormat)   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

tableOrdering( order, dir, task )   X-Ref
No description

saveorder( n, task )   X-Ref
No description

checkAll_button( n, task )   X-Ref
No description

getElementByName( f, name )   X-Ref

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

go2( pressbutton, menu, id )   X-Ref
No description

isEmail( text )   X-Ref
Verifies if the string is in a valid email format

param: string
return: boolean



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