Class TMetaTagCollection
TMetaTagCollection class
TMetaTagCollection represents a collection of meta tags contained in a THead
control.
- TComponent
-
TList implements IteratorAggregate, ArrayAccess, Countable
-
TMetaTagCollection
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Web/UI/WebControls/THead.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Web/UI/WebControls/THead.php
public
|
#
insertAt( integer $index, mixed $item )
Inserts an item at the specified position. This overrides the parent implementation by performing type check on the item being added. |
public
integer
|
#
findIndexByID( string $id )
Finds the lowest cardinal index of the meta tag whose id is the one being looked for. |
public
|
__construct(),
add(),
clear(),
contains(),
copyFrom(),
count(),
getCount(),
getIterator(),
getReadOnly(),
indexOf(),
insertAfter(),
insertBefore(),
itemAt(),
mergeWith(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
remove(),
removeAt(),
setReadOnly(),
toArray()
|
GLOBAL_RAISE_EVENT_LISTENER
|