text_buttom_sim.js | |
bbop. | BBOP object to produce a clickable text span, that in conjunction with the local CSS, should make an awfully button looking creature. |
Functions | |
text_button_sim | Generator for a text span for use for buttons. |
BBOP object to produce a clickable text span, that in conjunction with the local CSS, should make an awfully button looking creature.
It uses the class: “bbop-js-text-button-sim”.
Note: this is a method, not a constructor.
Functions | |
text_button_sim | Generator for a text span for use for buttons. |
bbop.widget.display.text_button_sim = function( label, title, id, add_attrs )
Generator for a text span for use for buttons.
label | [optional] the text to use for the span or (defaults to ‘X’) |
title | [optional] the hover text (defaults to ‘X’) |
id | [optional] the id for the object (defaults to generate_id: true) |
add_attrs | [optional] more attributes to be folded in to the span as hash |
bbop.html.span
Generator for a text span for use for buttons.
bbop.widget.display.text_button_sim = function( label, title, id, add_attrs )