SAPO::Widget.Tags->printTagThis
This method will render a "Tag This Page" button for the SAPO Tags service.
Syntax
var tags = new SAPO.Widget.Tags(); tags.printTagThis(options);
Input Parameters
Input parameteres ares passed in a JSON using the following keys:
- (integer) b : Button type (0=text, 1, 2 or 3)
- (integer) t : (optional) Text for the text button
- (integer) tags : (optional) List of tags to use
- (url) url : (optional) URL to tag - the default is the page where the class is called from.
Compatibility
| All browsers | Yes |
Depends
Sample
http://js.sapo.pt/SAPO/Widget/Tags/sample/tags.html
Other methods from this Class
Community feedback