C# Class Wv.WvHtml

Mostra file Open project: apenwarr/versaplex Class Usage Examples

Public Properties

Property Type Description
noattr Attr

Public Methods

Method Description
ToString ( ) : string
ToString ( int indent ) : string
WvHtml ( ) : System
WvHtml ( string tagname ) : System
_align ( string value ) : Attr
_attr ( string name, string value ) : Attr
_class ( string value ) : Attr
_cols ( int count ) : Attr
_colspan ( string value ) : Attr
_confirm ( string msg ) : Attr
_id ( string value ) : Attr
_name ( string value ) : Attr
_rows ( int count ) : Attr
_rowspan ( string value ) : Attr
_selected ( ) : Attr
_size ( int size ) : Attr
_src ( string value ) : Attr
_style ( string value ) : Attr
_type ( string value ) : Attr
_value ( string value ) : Attr
a ( ) : WvHtml
add ( ) : void
ahref ( string href ) : WvHtml
b ( ) : WvHtml
body ( ) : WvHtml
css_file ( string src ) : WvHtml
div ( ) : WvHtml
fmt ( string f ) : WvHtml
form ( string method, string url ) : WvHtml
func ( Func f ) : WvHtml
h1 ( ) : WvHtml
h2 ( ) : WvHtml
h3 ( ) : WvHtml
h4 ( ) : WvHtml
h5 ( ) : WvHtml
h6 ( ) : WvHtml
head ( ) : WvHtml
hidden ( string id, object value ) : WvHtml
html ( ) : WvHtml
i ( ) : WvHtml
img ( string src ) : WvHtml
input ( string id, int length ) : WvHtml
input ( string id, int length, string defval ) : WvHtml
javascript_file ( string src ) : WvHtml
js_file ( string src ) : WvHtml
li ( ) : WvHtml
link ( ) : WvHtml
meta ( ) : WvHtml
ol ( ) : WvHtml
option ( string name, string display ) : WvHtml
p ( ) : WvHtml
pop ( ) : WvHtml
push ( ) : void
script ( ) : WvHtml
select ( string id ) : WvHtml
span ( ) : WvHtml
submit ( string id ) : WvHtml
sup ( ) : WvHtml
table ( ) : WvHtml
tag ( string tagname ) : WvHtml
td ( ) : WvHtml
textarea ( string name ) : WvHtml
th ( ) : WvHtml
title ( ) : WvHtml
topmost ( ) : WvHtml
tr ( ) : WvHtml
twist ( ) : void
ul ( ) : WvHtml
v ( ) : WvHtml

Method Details

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( int indent ) : string
indent int
return string

WvHtml() public method

public WvHtml ( ) : System
return System

WvHtml() public method

public WvHtml ( string tagname ) : System
tagname string
return System

_align() public method

public _align ( string value ) : Attr
value string
return Attr

_attr() public method

public _attr ( string name, string value ) : Attr
name string
value string
return Attr

_class() public method

public _class ( string value ) : Attr
value string
return Attr

_cols() public method

public _cols ( int count ) : Attr
count int
return Attr

_colspan() public method

public _colspan ( string value ) : Attr
value string
return Attr

_confirm() public method

public _confirm ( string msg ) : Attr
msg string
return Attr

_id() public method

public _id ( string value ) : Attr
value string
return Attr

_name() public method

public _name ( string value ) : Attr
value string
return Attr

_rows() public method

public _rows ( int count ) : Attr
count int
return Attr

_rowspan() public method

public _rowspan ( string value ) : Attr
value string
return Attr

_selected() public method

public _selected ( ) : Attr
return Attr

_size() public method

public _size ( int size ) : Attr
size int
return Attr

_src() public method

public _src ( string value ) : Attr
value string
return Attr

_style() public method

public _style ( string value ) : Attr
value string
return Attr

_type() public method

public _type ( string value ) : Attr
value string
return Attr

_value() public method

public _value ( string value ) : Attr
value string
return Attr

a() public method

public a ( ) : WvHtml
return WvHtml

add() public method

public add ( ) : void
return void

ahref() public method

public ahref ( string href ) : WvHtml
href string
return WvHtml

b() public method

public b ( ) : WvHtml
return WvHtml

body() public method

public body ( ) : WvHtml
return WvHtml

css_file() public method

public css_file ( string src ) : WvHtml
src string
return WvHtml

div() public method

public div ( ) : WvHtml
return WvHtml

fmt() public method

public fmt ( string f ) : WvHtml
f string
return WvHtml

form() public method

public form ( string method, string url ) : WvHtml
method string
url string
return WvHtml

func() public method

public func ( Func f ) : WvHtml
f Func
return WvHtml

h1() public method

public h1 ( ) : WvHtml
return WvHtml

h2() public method

public h2 ( ) : WvHtml
return WvHtml

h3() public method

public h3 ( ) : WvHtml
return WvHtml

h4() public method

public h4 ( ) : WvHtml
return WvHtml

h5() public method

public h5 ( ) : WvHtml
return WvHtml

h6() public method

public h6 ( ) : WvHtml
return WvHtml

head() public method

public head ( ) : WvHtml
return WvHtml

hidden() public method

public hidden ( string id, object value ) : WvHtml
id string
value object
return WvHtml

html() public method

public html ( ) : WvHtml
return WvHtml

i() public method

public i ( ) : WvHtml
return WvHtml

img() public method

public img ( string src ) : WvHtml
src string
return WvHtml

input() public method

public input ( string id, int length ) : WvHtml
id string
length int
return WvHtml

input() public method

public input ( string id, int length, string defval ) : WvHtml
id string
length int
defval string
return WvHtml

javascript_file() public method

public javascript_file ( string src ) : WvHtml
src string
return WvHtml

js_file() public method

public js_file ( string src ) : WvHtml
src string
return WvHtml

li() public method

public li ( ) : WvHtml
return WvHtml

link() public method

public link ( ) : WvHtml
return WvHtml

meta() public method

public meta ( ) : WvHtml
return WvHtml

ol() public method

public ol ( ) : WvHtml
return WvHtml

option() public method

public option ( string name, string display ) : WvHtml
name string
display string
return WvHtml

p() public method

public p ( ) : WvHtml
return WvHtml

pop() public method

public pop ( ) : WvHtml
return WvHtml

push() public method

public push ( ) : void
return void

script() public method

public script ( ) : WvHtml
return WvHtml

select() public method

public select ( string id ) : WvHtml
id string
return WvHtml

span() public method

public span ( ) : WvHtml
return WvHtml

submit() public method

public submit ( string id ) : WvHtml
id string
return WvHtml

sup() public method

public sup ( ) : WvHtml
return WvHtml

table() public method

public table ( ) : WvHtml
return WvHtml

tag() public method

public tag ( string tagname ) : WvHtml
tagname string
return WvHtml

td() public method

public td ( ) : WvHtml
return WvHtml

textarea() public method

public textarea ( string name ) : WvHtml
name string
return WvHtml

th() public method

public th ( ) : WvHtml
return WvHtml

title() public method

public title ( ) : WvHtml
return WvHtml

topmost() public method

public topmost ( ) : WvHtml
return WvHtml

tr() public method

public tr ( ) : WvHtml
return WvHtml

twist() public method

public twist ( ) : void
return void

ul() public method

public ul ( ) : WvHtml
return WvHtml

v() public method

public v ( ) : WvHtml
return WvHtml

Property Details

noattr public_oe static_oe property

public static Attr noattr
return Attr