Espacio de nombres: CodiumSDK.CPL.HTMLTags
Ensamblado: CodiumSDK.dll

Class that represent a “output” tag. The output tag is used to represent the result of a calculation (like one performed by a script).
C#
public class Output : CodiumSDK.CPL.HTMLTagBase

Métodos

NombreDescripción
GetAttribute(name)Get Attribute

Constructores

NombreDescripción
Output()Output
Output(program, forControl, name, innerHTML, style, className, id, title)Constructor for output. The output tag is used to represent the result of a calculation (like one performed by a script).

GetAttribute(name)

Get Attribute
C#
public CodiumSDK.CPL.HTMLAttribute GetAttribute(System.String name);

Regresa

CodiumSDK.CPL.HTMLAttribute

Parámetros

NombreTipoDescripción
nameSystem.StringName of the Atrribute

Output()

Output
C#
public Output();

Output(program, forControl, name, innerHTML, style, className, id, title)

Constructor for output. The output tag is used to represent the result of a calculation (like one performed by a script).
C#
public Output(CodiumSDK.CPL.ProgramDefinition program, CodiumSDK.CPL.HTMLTagBase forControl, System.String name, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
forControlCodiumSDK.CPL.HTMLTagBaseSpecifies the relationship between the result of the calculation, and the elements used in the calculation
nameSystem.StringSpecifies a name for the output element
innerHTMLSystem.StringInner HTML
styleSystem.StringSpecifies an inline CSS style for an element
classNameSystem.StringSpecifies one or more classnames for an element (refers to a class in a style sheet)
idSystem.StringSpecifies a unique id for an element
titleSystem.StringSpecifies extra information about an element