Provided by: kaya_0.4.4-6ubuntu3_amd64 

NAME
HTMLDocument::setAttribute - Sets an attribute on a HTML element
SYNOPSIS
Void setAttribute( ElementTree element, String name, String value )
ARGUMENTS
element The HTML element
name The attribute to set
value The value to use
DESCRIPTION
Sets an attribute on a HTML element. Required attributes will be set when you add the element by the
addition function, but you may wish to add optional attributes here, or change the value of an existing
attribute based on later calculations.
setAttribute(quotation,"lang","fr");
The HTMLDocument.setClass (3kaya) and HTMLDocument.setID (3kaya) functions should always be used in
preference to this function for those purposes, as they do some input validation (and are shorter to
type!)
AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further
information see http://kayalang.org/
LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free
Software Foundation.
RELATED
HTMLDocument.getAttribute (3kaya)
HTMLDocument.setClass (3kaya)
HTMLDocument.setID (3kaya)
HTMLDocument.setTitle (3kaya)
Kaya July 2013 HTMLDocument.setAttribute(3kaya)