KWeb
6.4
|
Static Public Member Functions | |
static | errorSumup ($collection=null, $css=null) |
static | editErrorSumup ($collection=null, $css=null) |
static | jumpBox ($url, $title, $info= '', $time=null, $quicker=null, $css=null) |
static | editSelection ($items) |
static | reportError ($title, $data) |
static | pngImage ($src, $alt='', $style='', $class='', $id='') |
static | rssIcon ($url, $title, $icon=ICON_SMALL, $text='', $class='rss_link') |
static | embedObject ($src, $width, $height, $paramsObj, $paramsEmbed, $clsid, $codebase, $pluginsPage, $embedType='') |
static | metaLink ($href, $data) |
static | externalScript ($script, $type= 'text/javascript') |
static | itemContent ($id, $print=true, $critical=false) |
static | fileDownloadDisposition ($filename, $mime, $nocache=true) |
Enter description here ... | |
static | jsonResult ($result, $errors=false, $content=false) |
Prints JSON result, including current output and errors list as result parameters 'content' and 'errors'. | |
static | imageContent ($imagePath, $finish=true) |
static | fileContent ($filePath, $mime=false, $finish=true) |
static KWebPrint::editSelection | ( | $ | items | ) | [static] |
static KWebPrint::embedObject | ( | $ | src, |
$ | width, | ||
$ | height, | ||
$ | paramsObj, | ||
$ | paramsEmbed, | ||
$ | clsid, | ||
$ | codebase, | ||
$ | pluginsPage, | ||
$ | embedType = '' |
||
) | [static] |
static KWebPrint::externalScript | ( | $ | script, |
$ | type = 'text/javascript' |
||
) | [static] |
static KWebPrint::fileContent | ( | $ | filePath, |
$ | mime = false , |
||
$ | finish = true |
||
) | [static] |
static KWebPrint::fileDownloadDisposition | ( | $ | filename, |
$ | mime, | ||
$ | nocache = true |
||
) | [static] |
Enter description here ...
unknown_type | $filename | |
unknown_type | $mime | |
unknown_type | $nocache |
static KWebPrint::imageContent | ( | $ | imagePath, |
$ | finish = true |
||
) | [static] |
static KWebPrint::itemContent | ( | $ | id, |
$ | print = true , |
||
$ | critical = false |
||
) | [static] |
static KWebPrint::jsonResult | ( | $ | result, |
$ | errors = false , |
||
$ | content = false |
||
) | [static] |
Prints JSON result, including current output and errors list as result parameters 'content' and 'errors'.
unknown_type | $result | |
unknown_type | $content | |
unknown_type | $errors |
static KWebPrint::jumpBox | ( | $ | url, |
$ | title, | ||
$ | info = '' , |
||
$ | time = null , |
||
$ | quicker = null , |
||
$ | css = null |
||
) | [static] |
static KWebPrint::metaLink | ( | $ | href, |
$ | data | ||
) | [static] |
static KWebPrint::pngImage | ( | $ | src, |
$ | alt = '' , |
||
$ | style = '' , |
||
$ | class = '' , |
||
$ | id = '' |
||
) | [static] |
static KWebPrint::reportError | ( | $ | title, |
$ | data | ||
) | [static] |
static KWebPrint::rssIcon | ( | $ | url, |
$ | title, | ||
$ | icon = ICON_SMALL , |
||
$ | text = '' , |
||
$ | class = 'rss_link' |
||
) | [static] |