Espacio de nombres:
CodiumSDK.CPLEnsamblado: CodiumSDK.dll
Class to generate HTML Tags
Métodos
| Nombre | Descripción |
---|
| A(program, href, target, innerHTML, style, className, id, title) | Class that represent an “a” tag. The a tag defines a hyperlink, which is used to link from one page to another. |
| Abbr(program, innerHTML, style, className, id, title) | Class that represent an “abbr” tag. The abbr tag defines an abbreviation or an acronym, like “HTML”, “CSS”, “Mr.”, “Dr.”, “ASAP”, “ATM”. |
| Address(program, innerHTML, style, className, id, title) | Class that represent an “address” tag. The address tag defines the contact information for the author/owner of a document or an article. |
| Article(program, innerHTML, style, className, id, title) | Class that represent an “article” tag. The article tag specifies independent, self-contained content. |
| Aside(program, innerHTML, style, className, id, title) | Class that represent an “aside” tag. The aside tag defines some content aside from the content it is placed in. |
| Audio(program, src, autoplay, controls, loop, muted, preload, innerHTML, style, className, id, title) | Class that represent an “audio” tag. The audio tag is used to embed sound content in a document, such as music or other audio streams. |
| B(program, innerHTML, style, className, id, title) | Class that represent a “b” tag. The b tag specifies bold text without any extra importance. |
| Bdo(program, dir, innerHTML, style, className, id, title) | Class that represent a “bdo” tag. The bdo tag is used to override the current text direction. |
| Blockquote(program, cite, innerHTML, style, className, id, title) | Class that represent a “blockquote” tag. The blockquote tag specifies a section that is quoted from another source. |
| Br(program, style, className, id, title) | Class that represent a “br” tag. The br tag inserts a single line break. |
| Button(program, type, autofocus, disabled, name, value, innerHTML, style, className, id, title) | Class that represent a “blockquote” tag. The blockquote tag specifies a section that is quoted from another source. |
| Canvas(program, width, height, innerHTML, style, className, id, title) | Class that represent a “canvas” tag. The canvas tag is used to draw graphics, on the fly, via scripting (usually JavaScript). |
| Code(program, innerHTML, style, className, id, title) | Class that represent a “code” tag. The code tag is used to define a piece of computer code. The content inside is displayed in the browser’s default monospace font. |
| Comment(comment) | Class that represent an “Comment” tag. The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers. |
| Datalist(program, innerHTML, style, className, id, title) | Class that represent a “datalist” tag. The datalist tag specifies a list of pre-defined options for an input element. |
| Del(program, cite, datetime, innerHTML, style, className, id, title) | Class that represent a “del” tag. The del tag defines text that has been deleted from a document. Browsers will usually strike a line through deleted text. |
| Details(program, open, innerHTML, style, className, id, title) | Class that represent a “details” tag. The details tag specifies additional details that the user can open and close on demand. |
| Dfn(program, innerHTML, style, className, id, title) | Class that represent a “dfn” tag. The dfn tag stands for the “definition element”, and it specifies a term that is going to be defined within the content. |
| Div(program, innerHTML, style, className, id, title) | Class that represent a “div” tag. The div tag defines a division or a section in an HTML document. |
| Dl(program, innerHTML, style, className, id, title) | Class that represent a “dl” tag. The dl tag defines a description list. |
| DOCTYPE() | Class that represent an “DOCTYPE” tag. All HTML documents must start with a DOCTYPE declaration. The declaration is not an HTML tag.It is an “information” to the browser about what document type to expect. |
| Em(program, innerHTML, style, className, id, title) | Class that represent a “em” tag. The em tag is used to define emphasized text. The content inside is typically displayed in italic. |
| Fieldset(program, innerHTML, style, className, id, title) | Class that represent a “fieldset” tag. The fieldset tag is used to group related elements in a form. |
| Figure(program, caption, src, alt, innerHTML, style, className, id, title) | Class that represent a “figure” tag. The figure tag specifies self-contained content, like illustrations, diagrams, photos, code listings, etc. |
| Footer(program, innerHTML, style, className, id, title) | Class that represent a “footer” tag. The footer tag defines a footer for a document or section. |
| Form(program, acceptCharset, action, autocomplete, enctype, method, name, novalidate, target, innerHTML, style, className, id, title) | Class that represent an “form” tag. The form tag is used to create an HTML form for user input. |
| GetAttribute(name) | Get Attribute |
| H1(program, innerHTML, style, className, id, title) | Class that represent a “h1” tag. The h1 to h6 tags are used to define HTML headings. |
| H2(program, innerHTML, style, className, id, title) | Class that represent a “h2” tag. The h1 to h6 tags are used to define HTML headings. |
| H3(program, innerHTML, style, className, id, title) | Class that represent a “h3” tag. The h1 to h6 tags are used to define HTML headings. |
| H4(program, innerHTML, style, className, id, title) | Class that represent a “h4” tag. The h1 to h6 tags are used to define HTML headings. |
| H5(program, innerHTML, style, className, id, title) | Class that represent a “h5” tag. The h1 to h6 tags are used to define HTML headings. |
| H6(program, innerHTML, style, className, id, title) | Class that represent a “h6” tag. The h1 to h6 tags are used to define HTML headings. |
| Header(program, innerHTML, style, className, id, title) | Class that represent a “header” tag. The header element represents a container for introductory content or a set of navigational links. |
| HGroup(program, innerHTML, style, className, id, title) | Class that represent a “hgroup” tag. Specifies the header of a section. |
| Hr(program, style, className, id, title) | Class that represent a “hr” tag. The hr tag defines a thematic break in an HTML page (e.g. a shift of topic). |
| Html(program, lang, innerHTML, style, className, id, title) | Class that represent a “html” tag. The html tag represents the root of an HTML document. |
| I(program, innerHTML, style, className, id, title) | Class that represent a “i” tag. The i tag defines a part of text in an alternate voice or mood. The content inside is typically displayed in italic. |
| Iframe(program, allowfullscreen, height, width, loading, name, src, style, className, id, title) | Class that represent a “iframe” tag. The iframe tag specifies an inline frame. |
| Img(program, alt, src, loading, longdesc, height, width, usemap, style, className, id, title) | Class that represent a “img” tag. The img tag is used to embed an image in an HTML page. |
| Input(program, type, accept, alt, autocomplete, autofocus, ischecked, disabled, height, width, list, max, maxlength, min, minlength, multiple, name, pattern, placeholder, isreadonly, required, src, value, step, style, className, id, title) | Class that represent a “input” tag. The input tag specifies an input field where the user can enter data. |
| Ins(program, cite, datetime, innerHTML, style, className, id, title) | Class that represent a “ins” tag. The ins tag defines a text that has been inserted into a document. Browsers will usually underline inserted text. |
| Kbd(program, innerHTML, style, className, id, title) | Class that represent a “kbd” tag. The kbd tag is used to define keyboard input. The content inside is displayed in the browser’s default monospace font. |
| Label(program, forControl, innerHTML, style, className, id, title) | Class that represent a “label” tag. The label tag defines a label for several elements: |
| Link(program, crossorigin, href, media, type, rel, sizes, innerHTML, style, className, id, title) | Class that represent a “link” tag. The link tag defines the relationship between the current document and an external resource. |
| Map(program, name, style, className, id, title) | Class that represent an “map” tag. The map tag is used to define an image map. An image map is an image with clickable areas. |
| Mark(program, innerHTML, style, className, id, title) | Class that represent a “mark” tag. The mark tag defines text that should be marked or highlighted. |
| Meter(program, high, low, max, min, optimum, value, innerHTML, style, className, id, title) | Class that represent a “meter” tag. The meter tag defines a scalar measurement within a known range, or a fractional value. This is also known as a gauge. |
| Nav(program, innerHTML, style, className, id, title) | Class that represent a “nav” tag. The nav tag defines a set of navigation links. |
| Noscript(program, innerHTML, style, className, id, title) | Class that represent a “noscript” tag. The noscript tag defines an alternate content to be displayed to users that have disabled scripts in their browser or have a browser that doesn’t support script. |
| Ol(program, reversed, start, type, innerHTML, style, className, id, title) | Class that represent a “ol” tag. The ol tag defines an ordered list. An ordered list can be numerical or alphabetical. |
| Output(program, forControl, name, innerHTML, style, className, id, title) | Class that represent a “output” tag. The output tag is used to represent the result of a calculation (like one performed by a script). |
| P(program, innerHTML, style, className, id, title) | Class that represent a “p” tag. The p tag defines a paragraph. |
| PlainText(innerHTML) | Class that represent a Plain Text (no tag). |
| Pre(program, innerHTML, style, className, id, title) | Class that represent a “pre” tag. The pre tag defines preformatted text. |
| Progress(program, max, value, innerHTML, style, className, id, title) | Class that represent a “progress” tag. The progress tag represents the completion progress of a task. |
| Q(program, cite, innerHTML, style, className, id, title) | Class that represent a “q” tag. The q tag defines a short quotation. |
| Ruby(program, innerHTML, style, className, id, title) | Class that represent a “ruby” tag. A ruby annotation is a small extra text, attached to the main text to indicate the pronunciation or meaning of the corresponding characters. This kind of annotation is often used in Japanese publications. |
| Samp(program, innerHTML, style, className, id, title) | Class that represent a “samp” tag. The samp tag is used to define sample output from a computer program. The content inside is displayed in the browser’s default monospace font. |
| Script(program, async, src, crossorigin, defer, integrity, type, innerHTML, style, className, id, title) | Class that represent a “script” tag. The script tag is used to embed a client-side script (JavaScript). |
| Section(program, innerHTML, style, className, id, title) | Class that represent a “section” tag. The section tag defines a section in a document. |
| Select(program, disabled, autofocus, multiple, name, required, size, innerHTML, style, className, id, title) | Class that represent a “select” tag. The select element is used to create a drop-down list. |
| Small(program, innerHTML, style, className, id, title) | Class that represent a “small” tag. The small tag defines smaller text (like copyright and other side-comments). |
| Span(program, innerHTML, style, className, id, title) | Class that represent a “span” tag. The span tag is an inline container used to mark up a part of a text, or a part of a document. |
| Strong(program, innerHTML, style, className, id, title) | Class that represent a “strong” tag.The strong tag is used to define text with strong importance. The content inside is typically displayed in bold. |
| Style(program, media, innerHTML, style, className, id, title) | Class that represent a “style” tag. The style tag is used to define style information (CSS) for a document. |
| Sub(program, innerHTML, style, className, id, title) | Class that represent a “sub” tag. The sub tag defines subscript text. Subscript text appears half a character below the normal line, and is sometimes rendered in a smaller font. |
| Sup(program, innerHTML, style, className, id, title) | Class that represent a “sup” tag. The sup tag defines superscript text. Superscript text appears half a character above the normal line, and is sometimes rendered in a smaller font. |
| Table(program, innerHTML, style, className, id, title) | Class that represent a “table” tag. The table tag defines an HTML table. |
| Textarea(program, disabled, autofocus, cols, name, maxlength, placeholder, isreadonly, required, rows, wrap, innerHTML, style, className, id, title) | Class that represent a “textarea” tag. The textarea tag defines a multi-line text input control. |
| Time(program, datetime, innerHTML, style, className, id, title) | Class that represent a “time” tag. The time tag defines a specific time (or datetime). |
| Ul(program, innerHTML, style, className, id, title) | Class that represent a “ul” tag. The ul tag defines an unordered (bulleted) list. |
| Var(program, innerHTML, style, className, id, title) | Class that represent a “var” tag. The var tag is used to defines a variable in programming or in a mathematical expression. The content inside is typically displayed in italic. |
| Video(program, src, autoplay, controls, loop, muted, preload, height, width, poster, innerHTML, style, className, id, title) | Class that represent an “video” tag. The audio tag is used to embed sound content in a document, such as music or other audio streams. |
| Wbr(program, innerHTML, style, className, id, title) | Class that represent a “wbr” tag. The wbr (Word Break Opportunity) tag specifies where in a text it would be ok to add a line-break. |
Constructores
#A(program, href, target, innerHTML, style, className, id, title)
Class that represent an "a" tag. The a tag defines a hyperlink, which is used to link from one page to another.
C# |
public CodiumSDK.CPL.HTMLTags.A A(CodiumSDK.CPL.ProgramDefinition program, System.String href, System.String target, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.A
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
href | System.String | Specifies the URL of the page the link goes to |
target | System.String | Specifies where to open the linked document |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Abbr(program, innerHTML, style, className, id, title)
Class that represent an "abbr" tag. The abbr tag defines an abbreviation or an acronym, like "HTML", "CSS", "Mr.", "Dr.", "ASAP", "ATM".
C# |
public CodiumSDK.CPL.HTMLTags.Abbr Abbr(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Abbr
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Address(program, innerHTML, style, className, id, title)
Class that represent an "address" tag. The address tag defines the contact information for the author/owner of a document or an article.
C# |
public CodiumSDK.CPL.HTMLTags.Address Address(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Address
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Article(program, innerHTML, style, className, id, title)
Class that represent an "article" tag. The article tag specifies independent, self-contained content.
C# |
public CodiumSDK.CPL.HTMLTags.Article Article(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Article
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Aside(program, innerHTML, style, className, id, title)
Class that represent an "aside" tag. The aside tag defines some content aside from the content it is placed in.
C# |
public CodiumSDK.CPL.HTMLTags.Aside Aside(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Aside
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Audio(program, src, autoplay, controls, loop, muted, preload, innerHTML, style, className, id, title)
Class that represent an "audio" tag. The audio tag is used to embed sound content in a document, such as music or other audio streams.
C# |
public CodiumSDK.CPL.HTMLTags.Audio Audio(CodiumSDK.CPL.ProgramDefinition program, System.String src, System.Boolean autoplay, System.Boolean controls, System.Boolean loop, System.Boolean muted, CodiumSDK.CPL.HTMLTags.Audio.Preload preload, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Audio
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
src | System.String | Specifies the URL of the audio file |
autoplay | System.Boolean | Specifies that the audio will start playing as soon as it is ready |
controls | System.Boolean | Specifies that audio controls should be displayed (such as a play/pause button etc) |
loop | System.Boolean | Specifies that the audio will start over again, every time it is finished |
muted | System.Boolean | Specifies that the audio output should be muted |
preload | CodiumSDK.CPL.HTMLTags.Audio.Preload | Specifies if and how the author thinks the audio should be loaded when the page loads |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#B(program, innerHTML, style, className, id, title)
Class that represent a "b" tag. The b tag specifies bold text without any extra importance.
C# |
public CodiumSDK.CPL.HTMLTags.B B(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.B
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Bdo(program, dir, innerHTML, style, className, id, title)
Class that represent a "bdo" tag. The bdo tag is used to override the current text direction.
C# |
public CodiumSDK.CPL.HTMLTags.Bdo Bdo(CodiumSDK.CPL.ProgramDefinition program, CodiumSDK.CPL.HTMLTags.Bdo.Dir dir, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Bdo
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
dir | CodiumSDK.CPL.HTMLTags.Bdo.Dir | Required. Specifies the text direction of the text inside the bdo element |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Blockquote(program, cite, innerHTML, style, className, id, title)
Class that represent a "blockquote" tag. The blockquote tag specifies a section that is quoted from another source.
C# |
public CodiumSDK.CPL.HTMLTags.Blockquote Blockquote(CodiumSDK.CPL.ProgramDefinition program, System.String cite, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Blockquote
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
cite | System.String | Specifies the source of the quotation |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Br(program, style, className, id, title)
Class that represent a "br" tag. The br tag inserts a single line break.
C# |
public CodiumSDK.CPL.HTMLTags.Br Br(CodiumSDK.CPL.ProgramDefinition program, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Br
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Button(program, type, autofocus, disabled, name, value, innerHTML, style, className, id, title)
Class that represent a "blockquote" tag. The blockquote tag specifies a section that is quoted from another source.
C# |
public CodiumSDK.CPL.HTMLTags.Button Button(CodiumSDK.CPL.ProgramDefinition program, CodiumSDK.CPL.HTMLTags.Button.ButtonType type, System.Boolean autofocus, System.Boolean disabled, System.String name, System.String value, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Button
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
type | CodiumSDK.CPL.HTMLTags.Button.ButtonType | Specifies the type of button |
autofocus | System.Boolean | Specifies that a button should automatically get focus when the page loads |
disabled | System.Boolean | Specifies that a button should be disabled |
name | System.String | Specifies a name for the button |
value | System.String | Specifies an initial value for the button |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Canvas(program, width, height, innerHTML, style, className, id, title)
Class that represent a "canvas" tag. The canvas tag is used to draw graphics, on the fly, via scripting (usually JavaScript).
C# |
public CodiumSDK.CPL.HTMLTags.Canvas Canvas(CodiumSDK.CPL.ProgramDefinition program, System.Int32 width, System.Int32 height, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Canvas
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
width | System.Int32 | Specifies the width of the canvas Default value is 300 |
height | System.Int32 | Specifies the height of the canvas. Default value is 150 |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Code(program, innerHTML, style, className, id, title)
Class that represent a "code" tag. The code tag is used to define a piece of computer code. The content inside is displayed in the browser's default monospace font.
C# |
public CodiumSDK.CPL.HTMLTags.Code Code(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Code
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
Comment(comment)
Class that represent an "Comment" tag. The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers.
C# |
public CodiumSDK.CPL.HTMLTagBase Comment(System.String comment); |
Regresa
CodiumSDK.CPL.HTMLTagBase
Parámetros
Nombre | Tipo | Descripción |
---|
comment | System.String | Text of the comment |
#Datalist(program, innerHTML, style, className, id, title)
Class that represent a "datalist" tag. The datalist tag specifies a list of pre-defined options for an input element.
C# |
public CodiumSDK.CPL.HTMLTags.Datalist Datalist(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Datalist
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Del(program, cite, datetime, innerHTML, style, className, id, title)
Class that represent a "del" tag. The del tag defines text that has been deleted from a document. Browsers will usually strike a line through deleted text.
C# |
public CodiumSDK.CPL.HTMLTags.Del Del(CodiumSDK.CPL.ProgramDefinition program, System.String cite, System.String datetime, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Del
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
cite | System.String | Specifies a URL to a document that explains the reason why the text was deleted/changed |
datetime | System.String | Specifies the date and time of when the text was deleted/changed |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Details(program, open, innerHTML, style, className, id, title)
Class that represent a "details" tag. The details tag specifies additional details that the user can open and close on demand.
C# |
public CodiumSDK.CPL.HTMLTags.Details Details(CodiumSDK.CPL.ProgramDefinition program, System.Boolean open, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Details
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
open | System.Boolean | Specifies that the details should be visible (open) to the user |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Dfn(program, innerHTML, style, className, id, title)
Class that represent a "dfn" tag. The dfn tag stands for the "definition element", and it specifies a term that is going to be defined within the content.
C# |
public CodiumSDK.CPL.HTMLTags.Dfn Dfn(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Dfn
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Div(program, innerHTML, style, className, id, title)
Class that represent a "div" tag. The div tag defines a division or a section in an HTML document.
C# |
public CodiumSDK.CPL.HTMLTags.Div Div(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Div
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Dl(program, innerHTML, style, className, id, title)
Class that represent a "dl" tag. The dl tag defines a description list.
C# |
public CodiumSDK.CPL.HTMLTags.Dl Dl(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Dl
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#DOCTYPE()
Class that represent an "DOCTYPE" tag. All HTML documents must start with a DOCTYPE declaration. The declaration is not an HTML tag.It is an "information" to the browser about what document type to expect.
C# |
public CodiumSDK.CPL.HTMLTagBase DOCTYPE(); |
Regresa
CodiumSDK.CPL.HTMLTagBase
#Em(program, innerHTML, style, className, id, title)
Class that represent a "em" tag. The em tag is used to define emphasized text. The content inside is typically displayed in italic.
C# |
public CodiumSDK.CPL.HTMLTags.Em Em(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Em
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Fieldset(program, innerHTML, style, className, id, title)
Class that represent a "fieldset" tag. The fieldset tag is used to group related elements in a form.
C# |
public CodiumSDK.CPL.HTMLTags.Fieldset Fieldset(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Fieldset
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Figure(program, caption, src, alt, innerHTML, style, className, id, title)
Class that represent a "figure" tag. The figure tag specifies self-contained content, like illustrations, diagrams, photos, code listings, etc.
C# |
public CodiumSDK.CPL.HTMLTags.Figure Figure(CodiumSDK.CPL.ProgramDefinition program, System.String caption, System.String src, System.String alt, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Figure
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
caption | System.String | Defines a caption for a figure element. |
src | System.String | Image source |
alt | System.String | Alternative text of the image |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
Footer(program, innerHTML, style, className, id, title)
Class that represent a "footer" tag. The footer tag defines a footer for a document or section.
C# |
public CodiumSDK.CPL.HTMLTags.Footer Footer(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Footer
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Form(program, acceptCharset, action, autocomplete, enctype, method, name, novalidate, target, innerHTML, style, className, id, title)
Class that represent an "form" tag. The form tag is used to create an HTML form for user input.
C# |
public CodiumSDK.CPL.HTMLTags.Form Form(CodiumSDK.CPL.ProgramDefinition program, CodiumSDK.CPL.HTMLTags.Form.CharacterSets acceptCharset, System.String action, CodiumSDK.CPL.HTMLTags.Form.Autocomplete autocomplete, CodiumSDK.CPL.HTMLTags.Form.Enctype enctype, CodiumSDK.CPL.HTMLTags.Form.Method method, System.String name, System.Boolean novalidate, System.String target, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Form
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
acceptCharset | CodiumSDK.CPL.HTMLTags.Form.CharacterSets | Specifies the character encodings that are to be used for the form submission |
action | System.String | Specifies where to send the form-data when a form is submitted |
autocomplete | CodiumSDK.CPL.HTMLTags.Form.Autocomplete | Specifies whether a form should have autocomplete on or off |
enctype | CodiumSDK.CPL.HTMLTags.Form.Enctype | Specifies how the form-data should be encoded when submitting it to the server (only for method="post") |
method | CodiumSDK.CPL.HTMLTags.Form.Method | Specifies the HTTP method to use when sending form-data |
name | System.String | Specifies the name of a form |
novalidate | System.Boolean | Specifies that the form should not be validated when submitted |
target | System.String | Specifies where to display the response that is received after submitting the form |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#GetAttribute(name)
Get Attribute
C# |
public CodiumSDK.CPL.HTMLAttribute GetAttribute(System.String name); |
Regresa
CodiumSDK.CPL.HTMLAttribute
Parámetros
Nombre | Tipo | Descripción |
---|
name | System.String | Name of the Atrribute |
#H1(program, innerHTML, style, className, id, title)
Class that represent a "h1" tag. The h1 to h6 tags are used to define HTML headings.
C# |
public CodiumSDK.CPL.HTMLTagBase H1(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTagBase
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#H2(program, innerHTML, style, className, id, title)
Class that represent a "h2" tag. The h1 to h6 tags are used to define HTML headings.
C# |
public CodiumSDK.CPL.HTMLTagBase H2(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTagBase
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#H3(program, innerHTML, style, className, id, title)
Class that represent a "h3" tag. The h1 to h6 tags are used to define HTML headings.
C# |
public CodiumSDK.CPL.HTMLTagBase H3(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTagBase
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#H4(program, innerHTML, style, className, id, title)
Class that represent a "h4" tag. The h1 to h6 tags are used to define HTML headings.
C# |
public CodiumSDK.CPL.HTMLTagBase H4(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTagBase
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#H5(program, innerHTML, style, className, id, title)
Class that represent a "h5" tag. The h1 to h6 tags are used to define HTML headings.
C# |
public CodiumSDK.CPL.HTMLTagBase H5(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTagBase
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#H6(program, innerHTML, style, className, id, title)
Class that represent a "h6" tag. The h1 to h6 tags are used to define HTML headings.
C# |
public CodiumSDK.CPL.HTMLTagBase H6(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTagBase
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
Header(program, innerHTML, style, className, id, title)
Class that represent a "header" tag. The header element represents a container for introductory content or a set of navigational links.
C# |
public CodiumSDK.CPL.HTMLTags.Header Header(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Header
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#HGroup(program, innerHTML, style, className, id, title)
Class that represent a "hgroup" tag. Specifies the header of a section.
C# |
public CodiumSDK.CPL.HTMLTags.HGroup HGroup(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.HGroup
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Hr(program, style, className, id, title)
Class that represent a "hr" tag. The hr tag defines a thematic break in an HTML page (e.g. a shift of topic).
C# |
public CodiumSDK.CPL.HTMLTags.Hr Hr(CodiumSDK.CPL.ProgramDefinition program, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Hr
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Html(program, lang, innerHTML, style, className, id, title)
Class that represent a "html" tag. The html tag represents the root of an HTML document.
C# |
public CodiumSDK.CPL.HTMLTags.Html Html(CodiumSDK.CPL.ProgramDefinition program, System.String lang, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Html
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
lang | System.String | Declare the language of the Web page. |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#I(program, innerHTML, style, className, id, title)
Class that represent a "i" tag. The i tag defines a part of text in an alternate voice or mood. The content inside is typically displayed in italic.
C# |
public CodiumSDK.CPL.HTMLTags.I I(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.I
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Iframe(program, allowfullscreen, height, width, loading, name, src, style, className, id, title)
Class that represent a "iframe" tag. The iframe tag specifies an inline frame.
C# |
public CodiumSDK.CPL.HTMLTags.Iframe Iframe(CodiumSDK.CPL.ProgramDefinition program, System.Boolean allowfullscreen, System.Int32 height, System.Int32 width, CodiumSDK.CPL.HTMLTags.Iframe.Loading loading, System.String name, System.String src, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Iframe
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
allowfullscreen | System.Boolean | Set to true if the iframe can activate fullscreen mode by calling the requestFullscreen() method |
height | System.Int32 | Specifies the height of an iframe. Default height is 150 pixels |
width | System.Int32 | Specifies the width of an iframe. Default width is 300 pixels |
loading | CodiumSDK.CPL.HTMLTags.Iframe.Loading | Specifies whether a browser should load an iframe immediately or to defer loading of iframes until some conditions are met |
name | System.String | Specifies the name of an iframe |
src | System.String | Specifies the address of the document to embed in the iframe |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Img(program, alt, src, loading, longdesc, height, width, usemap, style, className, id, title)
Class that represent a "img" tag. The img tag is used to embed an image in an HTML page.
C# |
public CodiumSDK.CPL.HTMLTags.Img Img(CodiumSDK.CPL.ProgramDefinition program, System.String alt, System.String src, CodiumSDK.CPL.HTMLTags.Iframe.Loading loading, System.String longdesc, System.Int32 height, System.Int32 width, CodiumSDK.CPL.HTMLTags.Map usemap, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Img
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
alt | System.String | Specifies an alternate text for an image |
src | System.String | Specifies the path to the image |
loading | CodiumSDK.CPL.HTMLTags.Iframe.Loading | Specifies whether a browser should load an image immediately or to defer loading of images until some conditions are met |
longdesc | System.String | Specifies a URL to a detailed description of an image |
height | System.Int32 | Specifies the height of an image |
width | System.Int32 | Specifies the width of an image |
usemap | CodiumSDK.CPL.HTMLTags.Map | Specifies an image as a client-side image map |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Input(program, type, accept, alt, autocomplete, autofocus, ischecked, disabled, height, width, list, max, maxlength, min, minlength, multiple, name, pattern, placeholder, isreadonly, required, src, value, step, style, className, id, title)
Class that represent a "input" tag. The input tag specifies an input field where the user can enter data.
C# |
public CodiumSDK.CPL.HTMLTags.Input Input(CodiumSDK.CPL.ProgramDefinition program, CodiumSDK.CPL.HTMLTags.Input.InputType type, System.String accept, System.String alt, CodiumSDK.CPL.HTMLTags.Form.Autocomplete autocomplete, System.Boolean autofocus, System.Boolean ischecked, System.Boolean disabled, System.Int32 height, System.Int32 width, CodiumSDK.CPL.HTMLTags.Datalist list, System.String max, System.String maxlength, System.String min, System.String minlength, System.Boolean multiple, System.String name, System.String pattern, System.String placeholder, System.Boolean isreadonly, System.Boolean required, System.String src, System.String value, System.String step, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Input
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
type | CodiumSDK.CPL.HTMLTags.Input.InputType | Specifies the type input element to display |
accept | System.String | Specifies a filter for what file types the user can pick from the file input dialog box (only for type="file") |
alt | System.String | Specifies an alternate text for images (only for type="image") |
autocomplete | CodiumSDK.CPL.HTMLTags.Form.Autocomplete | Specifies whether an input element should have autocomplete enabled |
autofocus | System.Boolean | Specifies that an input element should automatically get focus when the page loads |
ischecked | System.Boolean | Specifies that an input element should be pre-selected when the page loads (for type="checkbox" or type="radio") |
disabled | System.Boolean | Specifies that an input element should be disabled |
height | System.Int32 | Specifies the height of an input element (only for type="image") |
width | System.Int32 | Specifies the width of an input element (only for type="image") |
list | CodiumSDK.CPL.HTMLTags.Datalist | Refers to a datalist element that contains pre-defined options for an input element |
max | System.String | Specifies the maximum value for an input element |
maxlength | System.String | Specifies the maximum number of characters allowed in an input element |
min | System.String | Specifies a minimum value for an input element |
minlength | System.String | Specifies the minimum number of characters required in an input element |
multiple | System.Boolean | Specifies that a user can enter more than one value in an input element |
name | System.String | Specifies the name of an input element |
pattern | System.String | Specifies a regular expression that an input element's value is checked against |
placeholder | System.String | Specifies a short hint that describes the expected value of an input element |
isreadonly | System.Boolean | Specifies that an input field is read-only |
required | System.Boolean | Specifies that an input field must be filled out before submitting the form |
src | System.String | Specifies the URL of the image to use as a submit button (only for type="image") |
value | System.String | Specifies the value of an input element |
step | System.String | Specifies the interval between legal numbers in an input field |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Ins(program, cite, datetime, innerHTML, style, className, id, title)
Class that represent a "ins" tag. The ins tag defines a text that has been inserted into a document. Browsers will usually underline inserted text.
C# |
public CodiumSDK.CPL.HTMLTags.Ins Ins(CodiumSDK.CPL.ProgramDefinition program, System.String cite, System.String datetime, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Ins
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
cite | System.String | Specifies a URL to a document that explains the reason why the text was inserted/changed |
datetime | System.String | Specifies the date and time when the text was inserted/changed |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Kbd(program, innerHTML, style, className, id, title)
Class that represent a "kbd" tag. The kbd tag is used to define keyboard input. The content inside is displayed in the browser's default monospace font.
C# |
public CodiumSDK.CPL.HTMLTags.Kbd Kbd(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Kbd
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Label(program, forControl, innerHTML, style, className, id, title)
Class that represent a "label" tag. The label tag defines a label for several elements:
C# |
public CodiumSDK.CPL.HTMLTags.Label Label(CodiumSDK.CPL.ProgramDefinition program, CodiumSDK.CPL.HTMLTagBase forControl, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Label
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
forControl | CodiumSDK.CPL.HTMLTagBase | Specifies the id of the form element the label should be bound to |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Link(program, crossorigin, href, media, type, rel, sizes, innerHTML, style, className, id, title)
Class that represent a "link" tag. The link tag defines the relationship between the current document and an external resource.
C# |
public CodiumSDK.CPL.HTMLTags.Link Link(CodiumSDK.CPL.ProgramDefinition program, CodiumSDK.CPL.HTMLTags.Script.Crossorigin crossorigin, System.String href, System.String media, System.String type, CodiumSDK.CPL.HTMLTags.Link.Rel rel, System.String sizes, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Link
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
crossorigin | CodiumSDK.CPL.HTMLTags.Script.Crossorigin | Specifies how the element handles cross-origin requests |
href | System.String | Specifies the location of the linked document |
media | System.String | Specifies on what device the linked document will be displayed |
type | System.String | Specifies the media type of the linked document |
rel | CodiumSDK.CPL.HTMLTags.Link.Rel | Required. Specifies the relationship between the current document and the linked document |
sizes | System.String | Specifies the size of the linked resource. Only for rel="icon" |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Map(program, name, style, className, id, title)
Class that represent an "map" tag. The map tag is used to define an image map. An image map is an image with clickable areas.
C# |
public CodiumSDK.CPL.HTMLTags.Map Map(CodiumSDK.CPL.ProgramDefinition program, System.String name, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Map
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
name | System.String | Required. Specifies the name of the image map |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Mark(program, innerHTML, style, className, id, title)
Class that represent a "mark" tag. The mark tag defines text that should be marked or highlighted.
C# |
public CodiumSDK.CPL.HTMLTags.Mark Mark(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Mark
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Meter(program, high, low, max, min, optimum, value, innerHTML, style, className, id, title)
Class that represent a "meter" tag. The meter tag defines a scalar measurement within a known range, or a fractional value. This is also known as a gauge.
C# |
public CodiumSDK.CPL.HTMLTags.Meter Meter(CodiumSDK.CPL.ProgramDefinition program, System.Int32 high, System.Int32 low, System.Int32 max, System.Int32 min, System.Int32 optimum, System.Decimal value, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Meter
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
high | System.Int32 | Specifies the range that is considered to be a high value |
low | System.Int32 | Specifies the range that is considered to be a low value |
max | System.Int32 | Specifies the maximum value of the range |
min | System.Int32 | Specifies the minimum value of the range. Default value is 0 |
optimum | System.Int32 | Specifies what value is the optimal value for the gauge |
value | System.Decimal | Required. Specifies the current value of the gauge |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Nav(program, innerHTML, style, className, id, title)
Class that represent a "nav" tag. The nav tag defines a set of navigation links.
C# |
public CodiumSDK.CPL.HTMLTags.Nav Nav(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Nav
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Noscript(program, innerHTML, style, className, id, title)
Class that represent a "noscript" tag. The noscript tag defines an alternate content to be displayed to users that have disabled scripts in their browser or have a browser that doesn't support script.
C# |
public CodiumSDK.CPL.HTMLTags.Noscript Noscript(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Noscript
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Ol(program, reversed, start, type, innerHTML, style, className, id, title)
Class that represent a "ol" tag. The ol tag defines an ordered list. An ordered list can be numerical or alphabetical.
C# |
public CodiumSDK.CPL.HTMLTags.Ol Ol(CodiumSDK.CPL.ProgramDefinition program, System.Boolean reversed, System.Int32 start, CodiumSDK.CPL.HTMLTags.Ol.OlType type, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Ol
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
reversed | System.Boolean | Specifies that the list order should be reversed (9,8,7...) |
start | System.Int32 | Specifies the start value of an ordered list |
type | CodiumSDK.CPL.HTMLTags.Ol.OlType | Specifies the kind of marker to use in the list |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Output(program, forControl, name, innerHTML, style, className, id, title)
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 CodiumSDK.CPL.HTMLTags.Output 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); |
Regresa
CodiumSDK.CPL.HTMLTags.Output
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
forControl | CodiumSDK.CPL.HTMLTagBase | Specifies the relationship between the result of the calculation, and the elements used in the calculation |
name | System.String | Specifies a name for the output element |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#P(program, innerHTML, style, className, id, title)
Class that represent a "p" tag. The p tag defines a paragraph.
C# |
public CodiumSDK.CPL.HTMLTags.P P(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.P
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#PlainText(innerHTML)
Class that represent a Plain Text (no tag).
C# |
public CodiumSDK.CPL.HTMLTagBase PlainText(System.String innerHTML); |
Regresa
CodiumSDK.CPL.HTMLTagBase
Parámetros
Nombre | Tipo | Descripción |
---|
innerHTML | System.String | Inner HTML |
#Pre(program, innerHTML, style, className, id, title)
Class that represent a "pre" tag. The pre tag defines preformatted text.
C# |
public CodiumSDK.CPL.HTMLTags.Pre Pre(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Pre
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Progress(program, max, value, innerHTML, style, className, id, title)
Class that represent a "progress" tag. The progress tag represents the completion progress of a task.
C# |
public CodiumSDK.CPL.HTMLTags.Progress Progress(CodiumSDK.CPL.ProgramDefinition program, System.Int32 max, System.Int32 value, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Progress
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
max | System.Int32 | Specifies how much work the task requires in total. Default value is 1 |
value | System.Int32 | Specifies how much of the task has been completed |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Q(program, cite, innerHTML, style, className, id, title)
Class that represent a "q" tag. The q tag defines a short quotation.
C# |
public CodiumSDK.CPL.HTMLTags.Q Q(CodiumSDK.CPL.ProgramDefinition program, System.String cite, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Q
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
cite | System.String | Specifies the source URL of the quote |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Ruby(program, innerHTML, style, className, id, title)
Class that represent a "ruby" tag. A ruby annotation is a small extra text, attached to the main text to indicate the pronunciation or meaning of the corresponding characters. This kind of annotation is often used in Japanese publications.
C# |
public CodiumSDK.CPL.HTMLTags.Ruby Ruby(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Ruby
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Samp(program, innerHTML, style, className, id, title)
Class that represent a "samp" tag. The samp tag is used to define sample output from a computer program. The content inside is displayed in the browser's default monospace font.
C# |
public CodiumSDK.CPL.HTMLTags.Samp Samp(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Samp
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Script(program, async, src, crossorigin, defer, integrity, type, innerHTML, style, className, id, title)
Class that represent a "script" tag. The script tag is used to embed a client-side script (JavaScript).
C# |
public CodiumSDK.CPL.HTMLTags.Script Script(CodiumSDK.CPL.ProgramDefinition program, System.Boolean async, System.String src, CodiumSDK.CPL.HTMLTags.Script.Crossorigin crossorigin, System.Boolean defer, System.String integrity, System.String type, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Script
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
async | System.Boolean | Specifies that the script is downloaded in parallel to parsing the page, and executed as soon as it is available (before parsing completes) (only for external scripts) |
src | System.String | Specifies the URL of an external script file |
crossorigin | CodiumSDK.CPL.HTMLTags.Script.Crossorigin | Sets the mode of the request to an HTTP CORS Request |
defer | System.Boolean | Specifies that the script is downloaded in parallel to parsing the page, and executed after the page has finished parsing (only for external scripts) |
integrity | System.String | Allows a browser to check the fetched script to ensure that the code is never loaded if the source has been manipulated |
type | System.String | Specifies the media type of the script |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Section(program, innerHTML, style, className, id, title)
Class that represent a "section" tag. The section tag defines a section in a document.
C# |
public CodiumSDK.CPL.HTMLTags.Section Section(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Section
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Select(program, disabled, autofocus, multiple, name, required, size, innerHTML, style, className, id, title)
Class that represent a "select" tag. The select element is used to create a drop-down list.
C# |
public CodiumSDK.CPL.HTMLTags.Select Select(CodiumSDK.CPL.ProgramDefinition program, System.Boolean disabled, System.Boolean autofocus, System.Boolean multiple, System.String name, System.Boolean required, System.Int32 size, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Select
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
disabled | System.Boolean | Specifies that a drop-down list should be disabled |
autofocus | System.Boolean | Specifies that the drop-down list should automatically get focus when the page loads |
multiple | System.Boolean | Specifies that multiple options can be selected at once |
name | System.String | Defines a name for the drop-down list |
required | System.Boolean | Specifies that the user is required to select a value before submitting the form |
size | System.Int32 | Defines the number of visible options in a drop-down list |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Small(program, innerHTML, style, className, id, title)
Class that represent a "small" tag. The small tag defines smaller text (like copyright and other side-comments).
C# |
public CodiumSDK.CPL.HTMLTags.Small Small(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Small
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Span(program, innerHTML, style, className, id, title)
Class that represent a "span" tag. The span tag is an inline container used to mark up a part of a text, or a part of a document.
C# |
public CodiumSDK.CPL.HTMLTags.Span Span(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Span
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Strong(program, innerHTML, style, className, id, title)
Class that represent a "strong" tag.The strong tag is used to define text with strong importance. The content inside is typically displayed in bold.
C# |
public CodiumSDK.CPL.HTMLTags.Strong Strong(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Strong
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Style(program, media, innerHTML, style, className, id, title)
Class that represent a "style" tag. The style tag is used to define style information (CSS) for a document.
C# |
public CodiumSDK.CPL.HTMLTags.Style Style(CodiumSDK.CPL.ProgramDefinition program, System.String media, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Style
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
media | System.String | Specifies what media/device the media resource is optimized for |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Sub(program, innerHTML, style, className, id, title)
Class that represent a "sub" tag. The sub tag defines subscript text. Subscript text appears half a character below the normal line, and is sometimes rendered in a smaller font.
C# |
public CodiumSDK.CPL.HTMLTags.Sub Sub(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Sub
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Sup(program, innerHTML, style, className, id, title)
Class that represent a "sup" tag. The sup tag defines superscript text. Superscript text appears half a character above the normal line, and is sometimes rendered in a smaller font.
C# |
public CodiumSDK.CPL.HTMLTags.Sup Sup(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Sup
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Table(program, innerHTML, style, className, id, title)
Class that represent a "table" tag. The table tag defines an HTML table.
C# |
public CodiumSDK.CPL.HTMLTags.Table Table(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Table
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Textarea(program, disabled, autofocus, cols, name, maxlength, placeholder, isreadonly, required, rows, wrap, innerHTML, style, className, id, title)
Class that represent a "textarea" tag. The textarea tag defines a multi-line text input control.
C# |
public CodiumSDK.CPL.HTMLTags.Textarea Textarea(CodiumSDK.CPL.ProgramDefinition program, System.Boolean disabled, System.Boolean autofocus, System.Int32 cols, System.String name, System.String maxlength, System.String placeholder, System.Boolean isreadonly, System.Boolean required, System.Int32 rows, CodiumSDK.CPL.HTMLTags.Textarea.Wrap wrap, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Textarea
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
disabled | System.Boolean | Specifies that a text area should be disabled |
autofocus | System.Boolean | Specifies that a text area should automatically get focus when the page loads |
cols | System.Int32 | Specifies the visible width of a text area |
name | System.String | Specifies a name for a text area |
maxlength | System.String | Specifies the maximum number of characters allowed in the text area |
placeholder | System.String | Specifies a short hint that describes the expected value of a text area |
isreadonly | System.Boolean | Specifies that a text area should be read-only |
required | System.Boolean | Specifies that a text area is required/must be filled out |
rows | System.Int32 | Specifies the visible number of lines in a text area |
wrap | CodiumSDK.CPL.HTMLTags.Textarea.Wrap | Specifies how the text in a text area is to be wrapped when submitted in a form |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Time(program, datetime, innerHTML, style, className, id, title)
Class that represent a "time" tag. The time tag defines a specific time (or datetime).
C# |
public CodiumSDK.CPL.HTMLTags.Time Time(CodiumSDK.CPL.ProgramDefinition program, System.String datetime, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Time
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
datetime | System.String | Represent a machine-readable format of the time element |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Ul(program, innerHTML, style, className, id, title)
Class that represent a "ul" tag. The ul tag defines an unordered (bulleted) list.
C# |
public CodiumSDK.CPL.HTMLTags.Ul Ul(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Ul
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Var(program, innerHTML, style, className, id, title)
Class that represent a "var" tag. The var tag is used to defines a variable in programming or in a mathematical expression. The content inside is typically displayed in italic.
C# |
public CodiumSDK.CPL.HTMLTags.Var Var(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Var
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Video(program, src, autoplay, controls, loop, muted, preload, height, width, poster, innerHTML, style, className, id, title)
Class that represent an "video" tag. The audio tag is used to embed sound content in a document, such as music or other audio streams.
C# |
public CodiumSDK.CPL.HTMLTags.Video Video(CodiumSDK.CPL.ProgramDefinition program, System.String src, System.Boolean autoplay, System.Boolean controls, System.Boolean loop, System.Boolean muted, CodiumSDK.CPL.HTMLTags.Audio.Preload preload, System.Int32 height, System.Int32 width, System.String poster, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Video
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
src | System.String | Specifies the URL of the video file |
autoplay | System.Boolean | Specifies that the video will start playing as soon as it is ready |
controls | System.Boolean | Specifies that video controls should be displayed (such as a play/pause button etc). |
loop | System.Boolean | Specifies that the video will start over again, every time it is finished |
muted | System.Boolean | Specifies that the audio output of the video should be muted |
preload | CodiumSDK.CPL.HTMLTags.Audio.Preload | Specifies if and how the author thinks the video should be loaded when the page loads |
height | System.Int32 | Sets the height of the video player |
width | System.Int32 | Sets the width of the video player |
poster | System.String | Specifies an image to be shown while the video is downloading, or until the user hits the play button |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#Wbr(program, innerHTML, style, className, id, title)
Class that represent a "wbr" tag. The wbr (Word Break Opportunity) tag specifies where in a text it would be ok to add a line-break.
C# |
public CodiumSDK.CPL.HTMLTags.Wbr Wbr(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Regresa
CodiumSDK.CPL.HTMLTags.Wbr
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |
#HTMLTagBase()
HTMLTagBase
#HTMLTagBase(program, tag, autoClose, innerHTML, style, className, id, title)
Constructor for build a HTML Tag
C# |
public HTMLTagBase(CodiumSDK.CPL.ProgramDefinition program, System.String tag, System.Boolean autoClose, System.String innerHTML, System.String style, System.String className, System.String id, System.String title); |
Parámetros
Nombre | Tipo | Descripción |
---|
program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
tag | System.String | Tag to Generate |
autoClose | System.Boolean | Indicates is automatically closed |
innerHTML | System.String | Inner HTML |
style | System.String | Specifies an inline CSS style for an element |
className | System.String | Specifies one or more classnames for an element (refers to a class in a style sheet) |
id | System.String | Specifies a unique id for an element |
title | System.String | Specifies extra information about an element |