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

CSS3 Selector of the element to remove its attribute.

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

The attribute name to remove.

 

In This Topic
    RemoveAttribute Method
    In This Topic
    Description

    Removes an attribute from an HTML5 Element.

    Syntax
    Visual Basic
    Public Sub RemoveAttribute( _
       ByVal Selector As String, _
       ByVal AttrName As String _
    ) 
    Parameters
    Selector

    CSS3 Selector of the element to remove its attribute.

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

    AttrName

    The attribute name to remove.

     

    See Also