Deletes a service attribute with the specified name attached to the specified element. (See also below: What are Service Attributes?)
Parameters:
element
removeServiceAttr(contextElement, attrName)
attrName
null
,
if no service attribute with the specified name has been attached to the specified element.
Note: null
can be also a legitimate value of a service attribute.
To distinguish if the attribute had a null
value or did not exist,
use hasServiceAttr()
function.
setServiceAttr(), getServiceAttr(), hasServiceAttr()
${include ../../../refs/service_attrs.htm}