text_buttom_sim.js

Summary
text_buttom_sim.js
bbop.widget.display.text_button_simBBOP object to produce a clickable text span, that in conjunction with the local CSS, should make an awfully button looking creature.
Functions
text_button_simGenerator for a text span for use for buttons.

bbop.widget.display.text_button_sim

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.

Summary
Functions
text_button_simGenerator for a text span for use for buttons.

Functions

text_button_sim

bbop.widget.display.text_button_sim = function(label,
title,
id,
add_attrs)

Generator for a text span for use for buttons.

Arguments

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

Returns

bbop.html.span

bbop.widget.display.text_button_sim = function(label,
title,
id,
add_attrs)
Generator for a text span for use for buttons.
Close