Sets a space-separated string list of attribute=value pairs to an HTML5 Element.
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.
Visual Basic |
---|
Public Sub SetAttributes( _ ByVal Selector As String, _ ByVal Attributes As String _ ) |
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.