phpDocumentor
[ all elements ]

Index of All Elements

Package Indexes


[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ x ] [ _ ]

a

a

$add
in file jqGrid.php, variable jqGridEdit::$add
    Enables/disables adding of record into the table
$addOptions
in file jqGrid.php, variable jqGridRender::$addOptions
    Default add form dialog options
$ajaxtype
in file jqAutocomplete.php, variable jqAutocomplete::$ajaxtype
    Determines the ajax type made to the server. Defaut is GET. Can be a POST
$aoptions
in file jqAutocomplete.php, variable jqAutocomplete::$aoptions
    Stores the default options for the autocomplete
$autoLoadNodes
in file jqTreeGrid.php, variable jqTreeGrid::$autoLoadNodes
    If set to false all data is available at client side
$available_users
in file jqScheduler.php, variable jqScheduler::$available_users
    Holds the available calendars
addCData
in file jqUtils.php, method SimpleXMLExtended::addCData()
addCol
in file jqGrid.php, method jqGridRender::addCol()
    Add a column at the first or last position in the colModel and sets a certain
addSeries
in file jqChart.php, method jqChart::addSeries()
    Add a data to the series with a given name. If the name exists the data will be overwritten. Data can be added via array, sql query or javascript function
addUserData
in file jqGrid.php, method jqGrid::addUserData()
    Add a custom data to the grid footer row if it is enabled.
arr2css
in file jqScheduler.php, method jqScheduler::arr2css()
    Convert array to css string
arr2htmloption
in file jqScheduler.php, method jqScheduler::arr2htmloption()
    Convert array to html option string. When $selected is set the element becom a atribute selected
array_extend
in file jqUtils.php, method jqGridUtils::array_extend()
    "Extend" recursively array $a with array $b values (no deletion in $a, just added and updated values)
b

b

$backend_type
in file jqScheduler.php, variable jqScheduler::$backend_type
    The default backend type.
$buildfields
in file jqGrid.php, variable jqGridEdit::$buildfields
    Tell the class if the fields should be get from the query.
$buttonIcon
in file jqCalendar.php, variable jqCalendar::$buttonIcon
$buttonOnly
in file jqCalendar.php, variable jqCalendar::$buttonOnly
buildSearch
in file jqGrid.php, method jqGrid::buildSearch()
    Build a search string from filter string posted from the grid
c

c

$cache
in file jqAutocomplete.php, variable jqAutocomplete::$cache
    When set to true enables client side caching of the results.
$cachearray
in file jqAutocomplete.php, variable jqAutocomplete::$cachearray
    Defines the uniquie cheche array (used in java script) when a cache is enabled.
$cacheCount
in file jqGrid.php, variable jqGrid::$cacheCount
$calenderid
in file jqScheduler.php, variable jqScheduler::$calenderid
    The id of the calendar in the template
$colModel
in file jqGrid.php, variable jqGridRender::$colModel
    Holds the colModel for the grid. Can be passed as param or created
$conn
in file jqAutocomplete.php, variable jqAutocomplete::$conn
    Stores the database connection
$csvfile
in file jqGrid.php, variable jqGridRender::$csvfile
    The export to file to CSV
$csvsep
in file jqGrid.php, variable jqGridRender::$csvsep
    SCV separator
$csvsepreplace
in file jqGrid.php, variable jqGridRender::$csvsepreplace
    CSV string to replavce separator
$customClass
in file jqGrid.php, variable jqGrid::$customClass
    Custom call can be used again with custom function customFunc. We can call
$customCode
in file jqGrid.php, variable jqGridRender::$customCode
    Custom java script code which is set after creation of the grid
$customFunc
in file jqGrid.php, variable jqGrid::$customFunc
    Custom function which can be called to modify the grid output. Parameters
callGridMethod
in file jqGrid.php, method jqGridRender::callGridMethod()
    Construct a code for execution of valid grid method. This code is putted
checkPrimary
in file jqGrid.php, method jqGridEdit::checkPrimary()
    Check for primary key and if not set try to obtain it Return true on success
composeSearch
in file jqScheduler.php, method jqScheduler::composeSearch()
    Composes a data either from a simple or advanced search.
convertDateFormat
in file jqScheduler.php, method jqScheduler::convertDateFormat()
    Converts a PHP date format to datepicker and fullcalender date format
convertVar
in file jqChart.php, method jqChart::convertVar()
d

d

$dataType
in file jqGrid.php, variable jqGrid::$dataType
    The output format for the grid. Can be json or xml
$datearray
in file jqGrid.php, variable jqGrid::$datearray
    Store the names which are dates. The name should correspond of the name
$datepickerid
in file jqScheduler.php, variable jqScheduler::$datepickerid
    The id of the calender in the template
$dbdateformat
in file jqGrid.php, variable jqGrid::$dbdateformat
    Date format accepted in the database. See getDbDate
$dbtimeformat
in file jqGrid.php, variable jqGrid::$dbtimeformat
    Datetime format accepted in the database. See getDbTime
$dbtype
in file jqAutocomplete.php, variable jqAutocomplete::$dbtype
    Stores the database type needed in some db functions
$dbtype
in file jqGrid.php, variable jqGrid::$dbtype
    This is detected automatically from the passed connection. Used to
$debug
in file jqGrid.php, variable jqGrid::$debug
    Enable disable debuging
$decodeinput
in file jqGrid.php, variable jqGridEdit::$decodeinput
    Decodes the input for update and insert opeartions using the html_entity_decode
$del
in file jqGrid.php, variable jqGridEdit::$del
    Enables/disables deleting of record into the table
$delOptions
in file jqGrid.php, variable jqGridRender::$delOptions
    Default delete form dialog options
date_parse
in file jqUtils.php, method jqGridUtils::date_parse()
    Converts the string date to array by using the pattern generated by generatePattern() function
debugout
in file jqGrid.php, method jqGrid::debugout()
    Prints all executed SQL queries to file or console
decode
in file jqUtils.php, method jqGridUtils::decode()
    Decodes json string to PHP array. The function is used
delete
in file jqGrid.php, method jqGridEdit::delete()
    Delete the data into the database according the table element
deleteTreeNode
in file jqTreeGrid.php, method jqTreeGrid::deleteTreeNode()
    Delete the data into the database according the table element and tree grid model.
destroy
in file jqUtils.php, method Session::destroy()
    Destroys the current session.
e

e

$edit
in file jqGrid.php, variable jqGridEdit::$edit
    Enables/disables updating of record into the table
$editOptions
in file jqGrid.php, variable jqGridRender::$editOptions
    Default editing form dialog options
$element
in file jqAutocomplete.php, variable jqAutocomplete::$element
    Stores the Id of the element. Should be uniquie value in order to have multiple autocomplates defined in one file.
$encoding
in file jqGrid.php, variable jqGrid::$encoding
    Default enconding passed to the browser
$encoding
in file jqAutocomplete.php, variable jqAutocomplete::$encoding
    Set the encoding
$encoding
in file jqScheduler.php, variable jqScheduler::$encoding
$errorMesage
in file jqGrid.php, variable jqGrid::$errorMesage
    Last error message from the server
$eventid
in file jqScheduler.php, variable jqScheduler::$eventid
$expandAll
in file jqTreeGrid.php, variable jqTreeGrid::$expandAll
    Should be all nodes expanded when loaded at client
$expoptions
in file jqGrid.php, variable jqGridRender::$expoptions
    Holds the button options when perform export to excel, pdf, csv ....
$export
in file jqGrid.php, variable jqGridRender::$export
    Enable/disable the export to excel
$ExportCommand
in file jqGrid.php, variable jqGrid::$ExportCommand
    Set the sql command for excel export. If not set a _setSQL
$exportfile
in file jqGrid.php, variable jqGridRender::$exportfile
    The export to file to excel
editGrid
in file jqGrid.php, method jqGridEdit::editGrid()
    Perform the all CRUD operations depending on the oper param send from the grid and the table element If the primaryKey is not set we try to obtain it using jqGridDB::getPrimaryKey If the primary key is not set or can not be obtained the operation is aborted.
editTree
in file jqTreeGrid.php, method jqTreeGrid::editTree()
    Perform the all CRUD operations depending on the oper param send from the grid, the table element and the treegrid model If the primaryKey is not set we try to obtain it using jqGridDB::getPrimaryKey If the primary key is not set or can not be obtained the operation is aborted.
encode
in file jqUtils.php, method jqGridUtils::encode()
    Encodes a PHP variable into javascript representation.
execute
in file jqGrid.php, method jqGrid::execute()
    Executes a prepared sql statement. Also if limit is set to true is used
exportEvents
in file jqScheduler.php, method jqScheduler::exportEvents()
    Export the calendar. The method is used in renderer
exportToCsv
in file jqGrid.php, method jqGrid::exportToCsv()
    Public method to export a grid data to csv data.
exportToExcel
in file jqGrid.php, method jqGrid::exportToExcel()
    Export the recordset to excel xml file.
exportToPdf
in file jqGrid.php, method jqGrid::exportToPdf()
    Export the recordset to pdf file.
f

f

$fields
in file jqGrid.php, variable jqGridEdit::$fields
    Field names and data types from the table
$file
in file jqUtils.php, variable Template::$file
    The filename of the template to load.
$filterOptions
in file jqGrid.php, variable jqGridRender::$filterOptions
    Default fileter toolbar search options
$fontsize
in file jqAutocomplete.php, variable jqAutocomplete::$fontsize
    the font size of the autocmplete default is 11px. Can be in any measure.
$fontsize
in file jqCalendar.php, variable jqCalendar::$fontsize
g

g

$getLastInsert
in file jqGrid.php, variable jqGrid::$getLastInsert
    Allow a obtaining and sending the last id (in case of serial key) to the client.
$gridMethods
in file jqGrid.php, variable jqGridRender::$gridMethods
    Holds the grid methods.
$gridOptions
in file jqGrid.php, variable jqGridRender::$gridOptions
    Default grid parameters
$GridParams
in file jqGrid.php, variable jqGrid::$GridParams
    Holds the parameters that are send from the grid to the connector.
$gSQLMaxRows
in file jqGrid.php, variable jqGrid::$gSQLMaxRows
    Maximum number of rows to be exported for the excel export
generatePattern
in file jqUtils.php, method jqGridUtils::generatePattern()
    Internal function which generates regex pattern from date pattern
getChartOptions
in file jqChart.php, method jqChart::getChartOptions()
    Return all the option for the Chart
getChildNodes
in file jqTreeGrid.php, method jqTreeGrid::getChildNodes()
    Return all Child nodes for both methods. The data is populated in the protected variable $res.
getChildren
in file jqTreeGrid.php, method jqTreeGrid::getChildren()
    Return the child nodes of a given node. If the node is not specifies return
getColModel
in file jqGrid.php, method jqGridRender::getColModel()
    Return the generated colModel
getDbDate
in file jqGrid.php, method jqGrid::getDbDate()
    Return the current date format used in the undelayed database
getDbTime
in file jqGrid.php, method jqGrid::getDbTime()
    Return the current datetime format used in the undelayed database
getFields
in file jqGrid.php, method jqGridEdit::getFields()
    Return the fields generated for CRUD operations
getGridOption
in file jqGrid.php, method jqGridRender::getGridOption()
    Return a jqGrid option specified by the key, false if the option can not be found.
getGridParams
in file jqGrid.php, method jqGrid::getGridParams()
    Return the associative array which contain the parameters that are sended from the grid to request, search, update delete data.
getInstance
in file jqUtils.php, method Session::getInstance()
    Returns THE instance of 'Session'.
getLeafNodes
in file jqTreeGrid.php, method jqTreeGrid::getLeafNodes()
    Return the leaf nodes when the adjacency model is used.
getOption
in file jqCalendar.php, method jqCalendar::getOption()
getOption
in file jqScheduler.php, method jqScheduler::getOption()
    Retun the option the calendar
getOption
in file jqAutocomplete.php, method jqAutocomplete::getOption()
    Return the the requested option of the autocomplete
GetParam
in file jqUtils.php, method jqGridUtils::GetParam()
    Return the value from POST or from GET
getPrimaryKeyId
in file jqGrid.php, method jqGridEdit::getPrimaryKeyId()
    Return the primary key of the table
getRoots
in file jqTreeGrid.php, method jqTreeGrid::getRoots()
    Return the root nodes when adjacency model. Uses data array
getSqlElement
in file jqGrid.php, method jqGrid::getSqlElement()
    Read a xml file and the SelectCommand and return the sql string Return string if the query is found false if not.
getSQLSerie
in file jqChart.php, method jqChart::getSQLSerie()
    Return a array representation of the sql query. Also return only the
getStringForGroup
in file jqScheduler.php, method jqScheduler::getStringForGroup()
    Recursivley build the sql query from a json object
getStringForGroup
in file jqGrid.php, method jqGrid::getStringForGroup()
    Recursivley build the sql query from a json object
getTableConfig
in file jqTreeGrid.php, method jqTreeGrid::getTableConfig()
    Return the curent configuration for the model used
getTreeModel
in file jqTreeGrid.php, method jqTreeGrid::getTreeModel()
    Returns the currently used tree model
getUserDate
in file jqGrid.php, method jqGrid::getUserDate()
    Return the current date format used from the client
getUserTime
in file jqGrid.php, method jqGrid::getUserTime()
    Return the current datetime format used from the client
h

h

$height
in file jqAutocomplete.php, variable jqAutocomplete::$height
    Determines the height of the autocomplete elemnt. Work only if $scroll option is set to true.
i

i

$I
in file jqGrid.php, variable jqGrid::$I
    Used to perform case insensitive search in PostgreSQL. The variable is
$I
in file jqScheduler.php, variable jqScheduler::$I
    Used to perform case insensitive search in PostgreSQL. The variable is
$itemLength
in file jqAutocomplete.php, variable jqAutocomplete::$itemLength
    Set the maximum rows send from the query to the autocomplete. If set to
insert
in file jqGrid.php, method jqGridEdit::insert()
    Insert the data array into the database according to the table element.
insertTreeNode
in file jqTreeGrid.php, method jqTreeGrid::insertTreeNode()
    Insert the data array into the database according to the table element and tree model.
isNotACQuery
in file jqAutocomplete.php, method jqAutocomplete::isNotACQuery()
    Check if the autocompleter is already created so that we can do various things like data export.
j

j

$jsonencode
in file jqGrid.php, variable jqGrid::$jsonencode
    If set to true uses the PHP json_encode if available. If this is set to
jqAutocomplete
in file jqAutocomplete.php, class jqAutocomplete
jqAutocomplete.php
procedural page jqAutocomplete.php
jqCalendar
in file jqCalendar.php, class jqCalendar
    Description of jqCalendar
jqCalendar.php
procedural page jqCalendar.php
jqChart
in file jqChart.php, class jqChart
jqChart.php
procedural page jqChart.php
jqGrid
in file jqGrid.php, class jqGrid
jqGrid.php
procedural page jqGrid.php
jqGridEdit
in file jqGrid.php, class jqGridEdit
jqGridRender
in file jqGrid.php, class jqGridRender
jqGridUtils
in file jqUtils.php, class jqGridUtils
jqScheduler
in file jqScheduler.php, class jqScheduler
jqScheduler.php
procedural page jqScheduler.php
jqTreeGrid
in file jqTreeGrid.php, class jqTreeGrid
jqTreeGrid.php
procedural page jqTreeGrid.php
jqUtils.php
procedural page jqUtils.php
l

l

$lastId
in file jqGrid.php, variable jqGrid::$lastId
    Stores the last inserted id in case when getLastInsert is true
$loadAll
in file jqAutocomplete.php, variable jqAutocomplete::$loadAll
    Determines if the data should be loaded at once from the SQL siurce.
$localenpath
in file jqScheduler.php, variable jqScheduler::$localenpath
$logtofile
in file jqGrid.php, variable jqGrid::$logtofile
    Determines if the log should be written to file or echoed.
logQuery
in file jqGrid.php, method jqGrid::logQuery()
    Log query
m

m

$mongofields
in file jqGrid.php, variable jqGrid::$mongofields
    Array which set which fields should be selected in case of mongodb.
$mongointegers
in file jqGrid.php, variable jqGrid::$mongointegers
    Store the names for the int fields when database is MongoDB. Used to perform
$mtype
in file jqGrid.php, variable jqGridEdit::$mtype
    Determines the type of accepting the input data. Can be POST or GET
merge
in file jqUtils.php, method Template::merge()
    Merges the content from an array of templates and separates it with $separator.
n

n

$navigator
in file jqGrid.php, variable jqGridRender::$navigator
    Enable/disable navigator in the grid. Default false
$navOptions
in file jqGrid.php, variable jqGridRender::$navOptions
    Default navigaror options
o

o

$optimizeSearch
in file jqGrid.php, variable jqGrid::$optimizeSearch
    Optimizes the search SQL when used in MySQL with big data sets.
$options
in file jqScheduler.php, variable jqScheduler::$options
    deafult options in the calender. @see setOption method
output
in file jqUtils.php, method Template::output()
    Outputs the content of the template, replacing the keys for its respective values.
p

p

$PDF
in file jqScheduler.php, variable jqScheduler::$PDF
    Holds th PDF exporting options
$PDF
in file jqGrid.php, variable jqGrid::$PDF
    Holds the default settings for excel export
$pdffile
in file jqGrid.php, variable jqGridRender::$pdffile
    The export to file to PDF
$pdo
in file jqGrid.php, variable jqGrid::$pdo
    Stores the connection passed to the constructor
$performcount
in file jqGrid.php, variable jqGrid::$performcount
    Internal set in queryGrid if we should use count query in order to set
$primaryKey
in file jqGrid.php, variable jqGridEdit::$primaryKey
    Holds the primary key for the table
$printformat
in file jqScheduler.php, variable jqScheduler::$printformat
    The default print format. Can be html or pdf
parseDate
in file jqUtils.php, method jqGridUtils::parseDate()
    Parses a $format and $date value and return the date formated via $newformat.
parseSql
in file jqGrid.php, method jqGrid::parseSql()
    Prepares a $sqlElement and binds a parameters $params
phpTojsDate
in file jqUtils.php, method jqGridUtils::phpTojsDate()
    Convert the php date string to Java Script date string
printEvents
in file jqScheduler.php, method jqScheduler::printEvents()
    Print the result either as html or as pdf depending on the printformat variable
q

q

$queryLog
in file jqGrid.php, variable jqGrid::$queryLog
queryAutocomplete
in file jqAutocomplete.php, method jqAutocomplete::queryAutocomplete()
    Return the result for the autocomplete as PHP object. Determines automatically
queryForObject
in file jqGrid.php, method jqGrid::queryForObject()
    Return the object from the query
queryGrid
in file jqGrid.php, method jqGrid::queryGrid()
    Return the result of the query to jqGrid. Support searching
querySubGrid
in file jqGrid.php, method jqGrid::querySubGrid()
    Return the result of the query for the simple subgrid
queryTree
in file jqTreeGrid.php, method jqTreeGrid::queryTree()
    Return the result of the query to jqTreeGrid. Currently does not support searching.
quote
in file jqUtils.php, method jqGridUtils::quote()
    Quotes a javascript string.
r

r

$readFromXML
in file jqGrid.php, variable jqGrid::$readFromXML
    Obtain the SQL qurery from XML file.
$runAll
in file jqAutocomplete.php, variable jqAutocomplete::$runAll
    Internal variable to determine whnever the script is run for first time.
$runSetCommands
in file jqGrid.php, variable jqGridRender::$runSetCommands
    When set to false some set comands are not executed for spped improvements Usual this is done after setColModel.
render
in file jqScheduler.php, method jqScheduler::render()
    Main method where all things are happend
renderAutocomplete
in file jqAutocomplete.php, method jqAutocomplete::renderAutocomplete()
    Main method which do everthing for the autocomplete. Should be called after all settings are done. Note that in one file we can have more than one autocomplete definitions.
renderCalendar
in file jqCalendar.php, method jqCalendar::renderCalendar()
renderChart
in file jqChart.php, method jqChart::renderChart()
    Main method which construct the chart based on the options set with the previous methods
renderGrid
in file jqGrid.php, method jqGridRender::renderGrid()
    Main method which do allmost everthing for the grid.
renderTree
in file jqTreeGrid.php, method jqTreeGrid::renderTree()
    Main method which do allmost everthing for the tree grid.
rs2excel
in file jqGrid.php, method jqGrid::rs2excel()
    From a given recordset returns excel xml file. If the summary array is defined add summary formula at last row.
rs2pdf
in file jqGrid.php, method jqGrid::rs2pdf()
    Convert a recordeset to pdf object
s

s

$sanitize
in file jqUtils.php, variable Template::$sanitize
$scroll
in file jqAutocomplete.php, variable jqAutocomplete::$scroll
    Determines if the content in autocomplete should have a scroll. Use this option with the height option - see below. If this option is not set the content will have height equal of the responce rows.
$searchOptions
in file jqGrid.php, variable jqGridRender::$searchOptions
    Default search options
$searchType
in file jqAutocomplete.php, variable jqAutocomplete::$searchType
    Set the search type for the LIKE SQL operator.
$select
in file jqGrid.php, variable jqGrid::$select
    Holds the modified select command used into grid
$SelectCommand
in file jqGrid.php, variable jqGrid::$SelectCommand
    In case if no table is set, this holds the sql command for
$SelectCommand
in file jqAutocomplete.php, variable jqAutocomplete::$SelectCommand
    Defines the select command for obtaining the data from the database.
$serialKey
in file jqGrid.php, variable jqGridEdit::$serialKey
    Defines if the primary key is serial (autoincrement)
$sharedAddOptions
in file jqGrid.php, variable jqGridRender::$sharedAddOptions
    If set to true put the form add options as grid option so they can be used from other places
$sharedDelOptions
in file jqGrid.php, variable jqGridRender::$sharedDelOptions
    If set to true put the form delete options as grid option so they can be used from other places
$sharedEditOptions
in file jqGrid.php, variable jqGridRender::$sharedEditOptions
    If set to true put the form edit options as grid option so they can be used from other places
$showError
in file jqGrid.php, variable jqGrid::$showError
    If set to true all errors from the server are shown in the client in a dialog. Curretly work only for grid and form edit.
$source
in file jqAutocomplete.php, variable jqAutocomplete::$source
    Stores the source for the autocomplete. Can be a string which should point to file from where to obtain the data. It can be array too.
$strictcheck
in file jqAutocomplete.php, variable jqAutocomplete::$strictcheck
$SubgridCommand
in file jqGrid.php, variable jqGrid::$SubgridCommand
    Set a sql command used for the simple subgrid
$successmsg
in file jqGrid.php, variable jqGridEdit::$successmsg
    Stores the message which will be send to client grid in case of succesfull
selectLimit
in file jqGrid.php, method jqGrid::selectLimit()
    Will select, getting rows from $offset (1-based), for $nrows.
sendErrorHeader
in file jqGrid.php, method jqGrid::sendErrorHeader()
    Function to simulate 500 Internal error so that it sends the error to the client. It is activated only if $showError is true.
Session
in file jqUtils.php, class Session
SESSION_NOT_STARTED
in file jqUtils.php, class constant Session::SESSION_NOT_STARTED
SESSION_STARTED
in file jqUtils.php, class constant Session::SESSION_STARTED
set
in file jqUtils.php, method Template::set()
    Sets a value for replacing a specific tag.
setAfterCrudAction
in file jqGrid.php, method jqGridEdit::setAfterCrudAction()
    Run a sql command(s) after the operation from the CRUD is succefull.
setAutocomplete
in file jqGrid.php, method jqGridRender::setAutocomplete()
    Construct autocompleter used in the grid. The autocomplete can be used in the editing modules or/and in search module.
setBeforeCrudAction
in file jqGrid.php, method jqGridEdit::setBeforeCrudAction()
    Run a sql command(s) before the operation from the CRUD.
setButtonOptions
in file jqGrid.php, method jqGridRender::setButtonOptions()
    Set a various options for the buttons on the pager. tite, caption , icon
setChartEvent
in file jqChart.php, method jqChart::setChartEvent()
    Set event listeners for the chart.
setChartOptions
in file jqChart.php, method jqChart::setChartOptions()
    Options regarding the chart area and plot area as well as general chart options.
setColModel
in file jqGrid.php, method jqGridRender::setColModel()
    Construct the column model of the grid. The model can be passed as array
setColors
in file jqChart.php, method jqChart::setColors()
    Set array containing the default colors for the chart's series.
setColProperty
in file jqGrid.php, method jqGridRender::setColProperty()
    Set a new property in the constructed colModel Return true on success.
setData
in file jqTreeGrid.php, method jqTreeGrid::setData()
    Se the tree data for future processing
setDatepicker
in file jqGrid.php, method jqGridRender::setDatepicker()
    Construct a pop up calender used in the grid. The datepicker can be used in the editing modules or/and in search module.
setDbDate
in file jqGrid.php, method jqGrid::setDbDate()
    Set a new database date format using PHP convensions
setDbTime
in file jqGrid.php, method jqGrid::setDbTime()
    Set a new database datetime format using PHP convensions
setEvent
in file jqScheduler.php, method jqScheduler::setEvent()
    Set a valid calenndar event
setEvent
in file jqCalendar.php, method jqCalendar::setEvent()
setEvent
in file jqAutocomplete.php, method jqAutocomplete::setEvent()
    Set a JavaScript event for the autocomplete. For all the possible events
setExporting
in file jqChart.php, method jqChart::setExporting()
    Set options for the Exporting module
setFilterOptions
in file jqGrid.php, method jqGridRender::setFilterOptions()
    Set options for the tolbar filter when enabled
setGridEvent
in file jqGrid.php, method jqGridRender::setGridEvent()
    Set a valid grid event
setGridOptions
in file jqGrid.php, method jqGridRender::setGridOptions()
    Set a grid option. The method uses array with keys corresponding
setGridParams
in file jqGrid.php, method jqGrid::setGridParams()
    Set a grid parameters to identify the action from the grid Note that these should be set in the grid - i.e the parameters from the grid should equal to the GridParams.
setJSCode
in file jqChart.php, method jqChart::setJSCode()
    Put a javascript code after all things are created. The method is executed only once when the chart is created.
setJSCode
in file jqGrid.php, method jqGridRender::setJSCode()
    Put a javascript arbitrary code after all things are created. The method is executed only once when the grid is created.
setLabels
in file jqChart.php, method jqChart::setLabels()
    Set HTML labels that can be positioined anywhere in the chart area.
setLanguage
in file jqChart.php, method jqChart::setLanguage()
    Set a language object. The default language is English. For detailed info on the object rehfer to the documentation
setLeafData
in file jqTreeGrid.php, method jqTreeGrid::setLeafData()
    Set a leaf nodes for adjacency model
setLegend
in file jqChart.php, method jqChart::setLegend()
    Set the legend. The legend is a box containing a symbol and name for each series item or point item in the chart.
setLength
in file jqAutocomplete.php, method jqAutocomplete::setLength()
    Set the limit of the requested data in case of SQL command
setLoading
in file jqChart.php, method jqChart::setLoading()
    Set the loading options which control the appearance of the loading screen that covers the plot area on chart operations
setLocale
in file jqScheduler.php, method jqScheduler::setLocale()
    Set the language used in the calender.
setNavEvent
in file jqGrid.php, method jqGridRender::setNavEvent()
    Set a event in the navigator or in the diffrent modules add,edit,del,view, search
setNavigation
in file jqChart.php, method jqChart::setNavigation()
    Set collection of options for buttons and menus appearing in the exporting module.
setNavOptions
in file jqGrid.php, method jqGridRender::setNavOptions()
    Set options in the navigator for the diffrent actions
setOption
in file jqScheduler.php, method jqScheduler::setOption()
    Options regarding the calender.
setOption
in file jqAutocomplete.php, method jqAutocomplete::setOption()
    Set the desired option for autocomplete. For a full list of the option refer
setOption
in file jqCalendar.php, method jqCalendar::setOption()
setPdfOptions
in file jqScheduler.php, method jqScheduler::setPdfOptions()
    Set options for PDF export.
setPdfOptions
in file jqGrid.php, method jqGrid::setPdfOptions()
    Set options for PDF export.
setPlotOptions
in file jqChart.php, method jqChart::setPlotOptions()
    Set the plot options for the chart.
setPrimaryKeyId
in file jqGrid.php, method jqGridEdit::setPrimaryKeyId()
    Set a primary key for the table
setSelect
in file jqGrid.php, method jqGridRender::setSelect()
    Construct the select used in the grid. The select element can be used in the
setSeriesOption
in file jqChart.php, method jqChart::setSeriesOption()
    Set a various options for a serie.
setSource
in file jqAutocomplete.php, method jqAutocomplete::setSource()
    Set the source need for autocomlete to send a data. Can be a string or array. If the option is string then this is the url from where to obtain the data.
setSubGrid
in file jqGrid.php, method jqGridRender::setSubGrid()
    Prepares a executuion of a simple subgrid Return false if no name options for the subgrid.
setSubGridGrid
in file jqGrid.php, method jqGridRender::setSubGridGrid()
    Prepares a subgrid in the grid expecting any valid html content provieded
setSubtitle
in file jqChart.php, method jqChart::setSubtitle()
    Set the subtitle of the chart
setSuccessMsg
in file jqGrid.php, method jqGridEdit::setSuccessMsg()
    Set the message which will be send to client side grid when succefull CRUD operation is performed. Usually afterSubmit event should be used in this case.
setTable
in file jqGrid.php, method jqGridEdit::setTable()
    Set table for CRUD and build the fields
setTableConfig
in file jqTreeGrid.php, method jqTreeGrid::setTableConfig()
    Set the configuration fields for the model used.
setTemplate
in file jqScheduler.php, method jqScheduler::setTemplate()
    Set the template and css files used for the editing the events
setTheme
in file jqChart.php, method jqChart::setTheme()
    Set a theme - Can be grid, gray, dark-blue, dark-green
setTitle
in file jqChart.php, method jqChart::setTitle()
    Set the main title of the chart
setTooltip
in file jqChart.php, method jqChart::setTooltip()
    Set options for the tooltip that appears when the user hovers over a series or point
setTreeModel
in file jqTreeGrid.php, method jqTreeGrid::setTreeModel()
    Set the tree mode used. Can be adjacency or nested. Deafault is nested
setUrl
in file jqGrid.php, method jqGridRender::setUrl()
    Set a editing url. Note that this set a url from where to obtain and/or edit data.
setUrl
in file jqScheduler.php, method jqScheduler::setUrl()
    Set the url from where to get the data
setUser
in file jqScheduler.php, method jqScheduler::setUser()
    Set the current user used in event calendar.
setUserDate
in file jqGrid.php, method jqGrid::setUserDate()
    Set a new user date format using PHP convensions
setUserDateFormat
in file jqScheduler.php, method jqScheduler::setUserDateFormat()
    Set the user date format used use a php convensions
setUserNames
in file jqScheduler.php, method jqScheduler::setUserNames()
    Set the names of the currently used calendar (users)
setUserTime
in file jqGrid.php, method jqGrid::setUserTime()
    Set a new user datetime format using PHP convensions
setxAxis
in file jqChart.php, method jqChart::setxAxis()
    Set the X axis or category axis. Normally this is the horizontal axis, though if the chart is inverted this is the vertical axis.
setyAxis
in file jqChart.php, method jqChart::setyAxis()
    Set the Y axis or value axis. Normally this is the vertical axis, though if the chart is inverted this is the horiontal axis. In case of multiple axes, the yAxis node is an array of configuration objects.
SimpleXMLExtended
in file jqUtils.php, class SimpleXMLExtended
sprintfn
in file jqUtils.php, method jqGridUtils::sprintfn()
    version of sprintf for cases where named arguments are desired (php syntax)
startSession
in file jqUtils.php, method Session::startSession()
    (Re)starts the session.
Strip
in file jqUtils.php, method jqGridUtils::Strip()
    Strip slashes from a varaible if PHP magic quotes are on
t

t

$table
in file jqScheduler.php, variable jqScheduler::$table
$table
in file jqGrid.php, variable jqGrid::$table
    set a table to display a data to the grid
$templatepath
in file jqScheduler.php, variable jqScheduler::$templatepath
$term
in file jqAutocomplete.php, variable jqAutocomplete::$term
    Stores the term parameter send from autocomplete and then used in query
$tmpvar
in file jqGrid.php, variable jqGrid::$tmpvar
    Temporary variable for internal use
$toolbarfilter
in file jqGrid.php, variable jqGridRender::$toolbarfilter
    Enable/disable tollbar search. Default false
$trans
in file jqGrid.php, variable jqGridEdit::$trans
    If true every CRUD is enclosed within begin transaction - commit/rollback
Template
in file jqUtils.php, class Template
    Simple template engine class (use [@tag] tags in your templates).
toXml
in file jqUtils.php, method jqGridUtils::toXml()
    Function for converting to an XML document.
u

u

$userdata
in file jqGrid.php, variable jqGrid::$userdata
    Used to store the additional userdata which will be transported
$userdateformat
in file jqGrid.php, variable jqGrid::$userdateformat
    The date format used by the user when a search is performed and CRUD operation
$usertimeformat
in file jqGrid.php, variable jqGrid::$usertimeformat
    The datetime format used by the user when a search is performed and CRUD operation
update
in file jqGrid.php, method jqGridEdit::update()
    Update the data into the database according the table element
updateTreeNode
in file jqTreeGrid.php, method jqTreeGrid::updateTreeNode()
    Update the data into the database according the table element A primaryKey should be set. If the key is not set It can be obtained from jqGridDB::getPrimaryKey.
v

v

$values
in file jqUtils.php, variable Template::$values
    An array of values for replacing each tag on the template (the key for each value is its corresponding tag).
$version
in file jqScheduler.php, variable jqScheduler::$version
    Holds the versionnumber
$version
in file jqAutocomplete.php, variable jqAutocomplete::$version
    Info about the version
$version
in file jqGrid.php, variable jqGrid::$version
    Get te current version
$version
in file jqCalendar.php, variable jqCalendar::$version
$version
in file jqChart.php, variable jqChart::$version
$viewOptions
in file jqGrid.php, variable jqGridRender::$viewOptions
    Default view form dialog options
x

x

$xmlCDATA
in file jqGrid.php, variable jqGrid::$xmlCDATA
    Defines if the xml otput should be enclosed in CDATA when xml output is enabled
_

_

$_addarray
in file jqGrid.php, variable jqGridEdit::$_addarray
    Stores all the dataa need to perform SQL command after add is succesfull
$_addarrayb
in file jqGrid.php, variable jqGridEdit::$_addarrayb
$_delarray
in file jqGrid.php, variable jqGridEdit::$_delarray
    Stores all the dataa need to perform SQL command after delete is succesfull
$_delarrayb
in file jqGrid.php, variable jqGridEdit::$_delarrayb
$_editarray
in file jqGrid.php, variable jqGridEdit::$_editarray
    Stores all the dataa need to perform SQL command after edit is succesfull
$_editarrayb
in file jqGrid.php, variable jqGridEdit::$_editarrayb
_actionsCRUDGrid
in file jqGrid.php, method jqGridEdit::_actionsCRUDGrid()
    Executes the sql command after the crud is succefull
_buildFields
in file jqGrid.php, method jqGridEdit::_buildFields()
    Build the fields array with a database fields from the table.
_buildSearch
in file jqGrid.php, method jqGrid::_buildSearch()
    Builds the search where clause when the user perform a search Return arrray the first element is a strinng with the where clause, the second element is array containing the value parameters passed to the sql.
_buildSearch
in file jqScheduler.php, method jqScheduler::_buildSearch()
    Builds the search where clause when the user perform a search Return arrray the first element is a strinng with the where clause, the second element is array containing the value parameters passed to the sql.
_getcount
in file jqGrid.php, method jqGrid::_getcount()
    Returns object which holds the total records in the query and optionally
_gridResponse
in file jqGrid.php, method jqGrid::_gridResponse()
    Check in which format data should be returned to the grid based on dataType property
_Response
in file jqScheduler.php, method jqScheduler::_Response()
_rs
in file jqGrid.php, method jqGrid::_rs()
    Convert the query to record set and set the summary data if available
_setSQL
in file jqGrid.php, method jqGrid::_setSQL()
    Bulid the sql based on $readFromXML, $SelectCommand and $table variables
__construct
in file jqChart.php, method jqChart::__construct()
__construct
in file jqUtils.php, method Template::__construct()
    Creates a new Template object and sets its associated file.
__construct
in file jqAutocomplete.php, method jqAutocomplete::__construct()
    Constructor
__construct
in file jqCalendar.php, method jqCalendar::__construct()
__construct
in file jqGrid.php, method jqGrid::__construct()
    Constructor
__construct
in file jqScheduler.php, method jqScheduler::__construct()
    Main constructor
__get
in file jqUtils.php, method Session::__get()
    Gets datas from the session.
__isset
in file jqUtils.php, method Session::__isset()
__set
in file jqUtils.php, method Session::__set()
    Stores datas in the session.
__unset
in file jqUtils.php, method Session::__unset()

Documentation generated on Wed, 22 Jun 2011 14:57:46 +0300 by phpDocumentor 1.4.3