[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/lib/plugins/styling/ -> iris.js (summary)

(no description)

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

Defines 6 functions

  testGradientType()
  createGradient()
  stupidIEGradient()
  legacyWebkitGradient()
  fillColorStops()
  backFillColorStops()

Functions
Functions that are not part of a class:

testGradientType()   X-Ref
No description

createGradient( origin, stops )   X-Ref
Only for CSS3 gradients. oldIE will use a separate function.

Accepts as many color stops as necessary from 2nd arg on, or 2nd
arg can be an array of color stops

return: {string}        Appropriate CSS3 gradient string for use in
param: {string} origin Gradient origin - top or left, defaults to left.

stupidIEGradient( origin, stops )   X-Ref
Stupid gradients for a stupid browser.


legacyWebkitGradient( origin, colorList )   X-Ref
No description

fillColorStops( colorList )   X-Ref
No description

backFillColorStops( stops )   X-Ref
No description