Click or drag to resize

docScriptAppendButton Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends the button.

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public void AppendButton(
	string caption,
	string url,
	bootstrap_color color = bootstrap_color.basic,
	bootstrap_size size = bootstrap_size.md
)
Request Example View Source

Parameters

caption
Type: SystemString
The caption.
url
Type: SystemString
Apsolutni path od roota sajta do lokacije cilja.
color (Optional)
Type: imbSCI.Core.reporting.render.convertersbootstrap_color
The color.
size (Optional)
Type: imbSCI.Core.reporting.render.convertersbootstrap_size
The size.

Implements

ITextAppendContentExtendedAppendButton(String, String, bootstrap_color, bootstrap_size)
See Also