mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / SetAttributes Method

CSS3 Selector of the element to set its attributes.

If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.

A space-separated string list of attribute=value pairs.

SetAttributes Method
Description
Sets a space-separated string list of attribute=value pairs to an HTML5 Element.
Syntax
Visual Basic
Public Sub SetAttributes( _
   ByVal Selector As String, _
   ByVal Attributes As String _
) 
Parameters
Selector

CSS3 Selector of the element to set its attributes.

If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.

Attributes

A space-separated string list of attribute=value pairs.

See Also