![]() | ![]() |
KoolTimePicker Class [PHP]
Summary
Properties | Description | |
![]() | ClientEvents | Get or set the client-side event handle. |
![]() | CssStyles | Get or set the css styles for input textbox of KoolTimePicker. |
![]() | id | Get or set id of KoolTimePicker |
![]() | OffsetLeft | Get or set offset left of panel containing calendar and timeview. |
![]() | OffsetTop | Get or set offset top of panel containing calendar and timeview. |
![]() | scriptFolder | Get or set the path to folder which contains KoolCalendar script. |
![]() | styleFolder | Get or set folder which contain css style for KoolTimePicker |
![]() | TimeFormat | Get or set the time format. |
![]() | TimeViewSettings | Get or set the settings of timeview. |
![]() | Value | Get or set the value of KoolTimePicker. |
![]() | Width | Get or set the width of KoolTimePicker. |
Methods | Description | |
![]() | Init | Initiate datetime picker. |
![]() | Render | Render the KoolTimePicker |
![]() | RegisterScript | Return html to register js library for KoolTimePicker. |
![]() | RegisterCSS | Return html to register CSS for KoolTimePicker |
![]() | RenderCalendar | Return html content of KoolTimePicker body |
![]() | StartupScript | Return js code to inititate KoolTimePicker. |
Properties Detail
ClientEventsTop
array ClientEvents
Get or set the client-side event handle.
Supported from version: 1.0.0.0
CssStylesTop
array CssStyles
Get or set the css styles for input textbox of KoolTimePicker.
Supported from version: 1.0.0.0
idTop
string id
Get or set the id for KoolTimePicker. This id will be use as variable name of KoolTimePicker at client-side.
Supported from version: 1.0.0.0
OffsetLeftTop
int OffsetLeft
Get or set offset left of panel containing calendar and timeview.
Supported from version: 1.0.0.0
OffsetTopTop
int OffsetTop
Get or set offset top of panel containing calendar and timeview.
Supported from version: 1.0.0.0
scriptFolderTop
string scriptFolder
Get or set the path to folder which contains KoolCalendar script.
Supported from version: 1.0.0.0
styleFolderTop
string styleFolder
Get or set folder which contain css style for KoolTimePicker
Supported from version: 1.0.0.0
TimeFormatTop
string TimeFormat
Get or set the time format.
Default value : "g:i A"
Supported from version: 1.0.0.0
TimeViewSettingsTop
TimeViewSettings TimeViewSettings
Get or set the settings of timeview.
Supported from version: 1.0.0.0
WidthTop
string Width
Get or set the width of KoolTimePicker.
Default value : "160px"
Supported from version: 1.0.0.0
Methods Detail
InitTop
void Init()
Initiate datetime picker. This function should be called before datetime picker's Render() function.
Supported from version: 1.0.0.0
RegisterScriptTop
string RegisterScript()
Return html to register js library for KoolTimePicker.
Supported from version: 1.0.0.0
RegisterCSSTop
string RegisterCSS()
Return html to register CSS for KoolTimePicker
Supported from version: 1.0.0.0
RenderCalendarTop
string RenderCalendar()
Return html content of KoolTimePicker body
Supported from version: 1.0.0.0
StartupScriptTop
string StartupScript()
Return js code to inititate KoolTimePicker.
Supported from version: 1.0.0.0
![]() | ![]() |