Class html_Resultbar
basic class for all html components
- html_Component implements html_iComponent uses html_tComponent
-
html_Resultbar
Located at gui.lib.php
Methods summary
public
|
|
public
string
|
Methods inherited from html_Component
buildChilds()
,
getChilds()
,
getName()
,
setClass()
,
setName()
,
setStyle()
Methods used from html_tComponent
tBuildChilds()(as tBuildChilds())
Properties summary
public
string
|
$m_url
url of link |
#
""
|
public
string
|
$m_getvars
additional get var string, if ajax callback is set then aslo function is allowed |
#
""
|
public
integer
|
$m_result_count
count of result witout limit and offset |
#
0
|
public
integer
|
$m_offset
current offset of result |
#
0
|
public
integer
|
$m_limit
limit of displayed results (limit of query) |
#
5
|
public
integer
|
$m_bar_page_limit
limit of page links be displayed |
#
10
|
public
string
|
$m_description
description of bar |
#
"Page:"
|
public
string
|
$m_forward
caption of forward link |
#
"forward"
|
public
string
|
$m_back
caption of back link |
#
"back"
|
public
string
|
$m_active_color
color of active page |
#
"red"
|
public
string
|
$m_color
color of page links |
#
"blue"
|
public
string
|
$m_form_name
name of a form to use submit instead of href (for POST) |
#
""
|
public
string
|
$m_onClick
js code for click event |
#
""
|
public
string
|
$m_AjaxCallback
name of ajax callback function. If callback is set, the resultbar use ajax instead of standard url request |
#
""
|
public
integer
|
$m_AjaxId
id of ajax object |
#
0
|
public
boolean
|
$m_AjaxUsePost
use HTTP POST for ajax request |
#
false
|