Google Google(
[String
$text = ''], [String
$class = ''], [String
$width = '']
)
|
|
Constructor
Parameters:
|
String |
$text: |
The default search pattern |
|
String |
$class: |
The CSS class name |
|
String |
$width: |
The width |
void display(
[String
$text = ''], [String
$class = ''], [String
$width = '']
)
|
|
Display html
Parameters:
|
String |
$text: |
The default search pattern |
|
String |
$class: |
The CSS class name |
|
String |
$width: |
The width |
API Tags:
Redefinition of:
- Html::display()
- Display the html
Display end html
API Tags:
String getChar(
String
$class, String
$char
)
|
|
Return the google letters with the right color
Parameters:
|
String |
$class: |
The css class name |
|
String |
$char: |
The char to colorize |
API Tags:
Builds the html for a Google search box, and return it
This function assumes that you already have a table like:
- <table ...><tr><td>...</td> ... <google> ... <td>...</td></tr></table>
API Tags:
| Return: | The google seach box as html |
Builds the end html for a Google search box, and return it
API Tags:
| Return: | The end if the form as html |
Builds the html for a Google search box, and return it
This function assumes that you already have a table like:
- <table ...><tr><td>...</td> ... <google> ... <td>...</td></tr></table>
API Tags:
| Return: | The google seach box as html |
Redefinition of:
- Html::getHtml()
- Get Html
Builds the custom sponsor Google logo
API Tags:
Builds the start html for a Google search box, and return it
API Tags:
| Return: | The start of the form as html |
void start(
[String
$text = ''], [String
$class = ''], [String
$width = '']
)
|
|
Display start html
Parameters:
|
String |
$text: |
The default search pattern |
|
String |
$class: |
The CSS class name |
|
String |
$width: |
The width |
API Tags: