Click or drag to resize

converterBaseGetButton Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Makes Bootstrap button.

Namespace:  imbSCI.Core.reporting.render.converters
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public string GetButton(
	string btn_caption,
	string btn_url,
	string btn_color,
	string btn_size
)
Request Example View Source

Parameters

btn_caption
Type: SystemString
The BTN caption.
btn_url
Type: SystemString
The BTN URL.
btn_color
Type: SystemString
Color of the BTN.
btn_size
Type: SystemString
Size of the BTN.

Return Value

Type: String
Bootstrap HTML
See Also