Library: admin.js
Overview
Constructors
Namespaces
Functions
Nornix.toggle(rootElement, tagName, toggleClass, headingClass, title)
parameters
rootElement
tagName
toggleClass
headingClass
title
Nornix.getBackgroundColor(el)
Get background color of element.
parameters
HTMLElement el element to get the background color from
returns
color as an object like {r: XX, g: XX, b: XX} or undefined
Nornix.getTextColor(el)
Get text color of element.
parameters
HTMLElement el element to get the text color from
returns
color as an object like {r: XX, g: XX, b: XX} or undefined
Nornix.convert2Rgb(c)
parameters
c
Nornix.printRgbColor(rgb)
Create string representation of RGB color information.
parameters
Object rgb color information like {r: 23.342, g: 12.372, b: 34}
returns
string like rgb(23, 12, 34)
Nornix.makeRgbColor(color)
Create RGB color object from hexadecimal string represenation.
parameters
String color
returns
color as RGB object like {r: XX, g: XX, b: XX} or undefined
Nornix.fader(el, className, fps, durationIn, durationOut)
Fade element from current background color to fade color and back.
parameters
el
className
fps
durationIn
durationOut
Nornix.fade(el, fades, fps, duration, stopFunc)
Fade element from one color to another.
parameters
el
fades
fps
duration
stopFunc
Nornix.getFileExtension(filename, separator)
parameters
filename
separator
Nornix.cms.checkCookieInLogin(theForm, sessionName, cookieError)
parameters
theForm
sessionName
cookieError
Nornix.cms.initFileUploadForm(theForm, fileEdit, nameField, typeNo)
parameters
theForm
fileEdit
nameField
typeNo
Nornix.cms.updateFileInfo()
Nornix.cms.updatePositionSelect()
Nornix.cms.updatePositionSelectInit()
Objects
Generated by JsDoc Toolkit 1.4.1b on Wed, 14 May 2008 21:00:44 GMT.