void add(
$tag
$tag, $url
$url, $count
$count
)
|
|
Add a tag
Parameters:
|
$tag |
$tag: |
tag |
|
$url |
$url: |
associated url to be displayed in tagcloud |
|
$count |
$count: |
number of items associated with tag. |
API Tags:
Generate embedded CSS HTML
You may create a .css file instead of using this function everytime
API Tags:
string html(
[$limit
$limit = null]
)
|
|
Generate tagcloud HTML
Parameters:
|
$limit |
$limit: |
number of limits to be displayed |
API Tags:
| Return: | HTML |
| Access: | public |
string htmlAndCSS(
[$limit
$limit = null]
)
|
|
Generate tagcloud HTML and embedded CSS HTML concurrently
Parameters:
|
$limit |
$limit: |
number of limits to be displayed in tagcloud |
API Tags:
| Return: | HTML |
| Access: | public |