C# Class Wv.Web.HtmlGen

Mostra file Open project: apenwarr/versaplex

Public Methods

Method Description
HtmlGen ( ) : System
HtmlGen ( Stream stream ) : System
_send ( string s ) : void
a ( Attr at ) : Html
ahref ( Attr at, string url ) : Html
ahref ( string url ) : Html
ahref ( string url, string s ) : Html
bp_container ( ) : Html
bp_container_end ( ) : Html
bp_container_start ( ) : Html
bp_init ( ) : Html
bp_span ( int span, bool last ) : Html
bp_span_end ( ) : Html
bp_span_start ( int span, bool last ) : Html
br ( ) : Html
div ( ) : Html
div ( Attr at ) : Html
div_end ( ) : Html
div_start ( ) : Html
div_start ( Attr at ) : Html
done ( ) : Html
editinplace ( string id, string type, Attr at ) : Html
fmt ( string fmt ) : string
form ( ) : Html
form ( Attr at ) : Html
form_end ( ) : Html
form_start ( ) : Html
form_start ( Attr at ) : Html
h1 ( string s ) : Html
h2 ( string s ) : Html
h3 ( string s ) : Html
h4 ( string s ) : Html
head_text ( string s ) : Html
head_v ( ) : Html
head_v ( string s ) : Html
head_vfmt ( string format ) : Html
header ( string key, string value ) : void
htmlarray ( ICollection keys ) : Html[]
img ( string src ) : Html
include_css ( string name ) : Html
include_css ( string name, string media ) : Html
include_js ( string name ) : Html
input ( Attr at, string id ) : Html
input ( string id ) : Html
li ( ) : Html
li ( string s ) : Html
li_end ( ) : Html
li_start ( ) : Html
nbsp ( ) : Html
p ( ) : Html
p ( Attr at ) : Html
pre ( string s ) : Html
send ( ) : void
send ( IEnumerable ha ) : void
span ( Attr at ) : Html
submit ( string id ) : Html
sup ( string s ) : Html
table ( ) : Html
table_end ( ) : Html
table_start ( ) : Html
table_start ( Attr at ) : Html
td ( ) : Html
td ( Attr at ) : Html
td ( Attr at, string s ) : Html
td ( string s ) : Html
td_end ( ) : Html
td_start ( ) : Html
td_start ( Attr at ) : Html
text ( string fmt ) : Html
th ( ) : Html
th ( Attr at ) : Html
th ( Attr at, string s ) : Html
th ( string s ) : Html
title ( string s ) : Html
tr ( ) : Html
tr ( Attr at ) : Html
tr_end ( ) : Html
tr_start ( ) : Html
tr_start ( Attr at ) : Html
ul ( ) : Html
ul ( Attr at ) : Html
ul_end ( ) : Html
ul_start ( ) : Html
ul_start ( Attr at ) : Html
use_editinplace ( ) : Html
use_tablesort ( ) : Html
v ( ) : Html
v ( string s ) : Html

Private Methods

Method Description
go ( Context newcontext ) : void
vfmt ( string format ) : Html

Method Details

HtmlGen() public method

public HtmlGen ( ) : System
return System

HtmlGen() public method

public HtmlGen ( Stream stream ) : System
stream Stream
return System

_send() public method

public _send ( string s ) : void
s string
return void

a() public method

public a ( Attr at ) : Html
at Attr
return Html

ahref() public method

public ahref ( Attr at, string url ) : Html
at Attr
url string
return Html

ahref() public method

public ahref ( string url ) : Html
url string
return Html

ahref() public method

public ahref ( string url, string s ) : Html
url string
s string
return Html

bp_container() public method

public bp_container ( ) : Html
return Html

bp_container_end() public method

public bp_container_end ( ) : Html
return Html

bp_container_start() public method

public bp_container_start ( ) : Html
return Html

bp_init() public method

public bp_init ( ) : Html
return Html

bp_span() public method

public bp_span ( int span, bool last ) : Html
span int
last bool
return Html

bp_span_end() public method

public bp_span_end ( ) : Html
return Html

bp_span_start() public method

public bp_span_start ( int span, bool last ) : Html
span int
last bool
return Html

br() public method

public br ( ) : Html
return Html

div() public method

public div ( ) : Html
return Html

div() public method

public div ( Attr at ) : Html
at Attr
return Html

div_end() public method

public div_end ( ) : Html
return Html

div_start() public method

public div_start ( ) : Html
return Html

div_start() public method

public div_start ( Attr at ) : Html
at Attr
return Html

done() public method

public done ( ) : Html
return Html

editinplace() public method

public editinplace ( string id, string type, Attr at ) : Html
id string
type string
at Attr
return Html

fmt() public method

public fmt ( string fmt ) : string
fmt string
return string

form() public method

public form ( ) : Html
return Html

form() public method

public form ( Attr at ) : Html
at Attr
return Html

form_end() public method

public form_end ( ) : Html
return Html

form_start() public method

public form_start ( ) : Html
return Html

form_start() public method

public form_start ( Attr at ) : Html
at Attr
return Html

h1() public method

public h1 ( string s ) : Html
s string
return Html

h2() public method

public h2 ( string s ) : Html
s string
return Html

h3() public method

public h3 ( string s ) : Html
s string
return Html

h4() public method

public h4 ( string s ) : Html
s string
return Html

head_text() public method

public head_text ( string s ) : Html
s string
return Html

head_v() public method

public head_v ( ) : Html
return Html

head_v() public method

public head_v ( string s ) : Html
s string
return Html

head_vfmt() public method

public head_vfmt ( string format ) : Html
format string
return Html

header() public method

public header ( string key, string value ) : void
key string
value string
return void

htmlarray() public method

public htmlarray ( ICollection keys ) : Html[]
keys ICollection
return Html[]

img() public method

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

include_css() public method

public include_css ( string name ) : Html
name string
return Html

include_css() public method

public include_css ( string name, string media ) : Html
name string
media string
return Html

include_js() public method

public include_js ( string name ) : Html
name string
return Html

input() public method

public input ( Attr at, string id ) : Html
at Attr
id string
return Html

input() public method

public input ( string id ) : Html
id string
return Html

li() public method

public li ( ) : Html
return Html

li() public method

public li ( string s ) : Html
s string
return Html

li_end() public method

public li_end ( ) : Html
return Html

li_start() public method

public li_start ( ) : Html
return Html

nbsp() public method

public nbsp ( ) : Html
return Html

p() public method

public p ( ) : Html
return Html

p() public method

public p ( Attr at ) : Html
at Attr
return Html

pre() public method

public pre ( string s ) : Html
s string
return Html

send() public method

public send ( ) : void
return void

send() public method

public send ( IEnumerable ha ) : void
ha IEnumerable
return void

span() public method

public span ( Attr at ) : Html
at Attr
return Html

submit() public method

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

sup() public method

public sup ( string s ) : Html
s string
return Html

table() public method

public table ( ) : Html
return Html

table_end() public method

public table_end ( ) : Html
return Html

table_start() public method

public table_start ( ) : Html
return Html

table_start() public method

public table_start ( Attr at ) : Html
at Attr
return Html

td() public method

public td ( ) : Html
return Html

td() public method

public td ( Attr at ) : Html
at Attr
return Html

td() public method

public td ( Attr at, string s ) : Html
at Attr
s string
return Html

td() public method

public td ( string s ) : Html
s string
return Html

td_end() public method

public td_end ( ) : Html
return Html

td_start() public method

public td_start ( ) : Html
return Html

td_start() public method

public td_start ( Attr at ) : Html
at Attr
return Html

text() public method

public text ( string fmt ) : Html
fmt string
return Html

th() public method

public th ( ) : Html
return Html

th() public method

public th ( Attr at ) : Html
at Attr
return Html

th() public method

public th ( Attr at, string s ) : Html
at Attr
s string
return Html

th() public method

public th ( string s ) : Html
s string
return Html

title() public method

public title ( string s ) : Html
s string
return Html

tr() public method

public tr ( ) : Html
return Html

tr() public method

public tr ( Attr at ) : Html
at Attr
return Html

tr_end() public method

public tr_end ( ) : Html
return Html

tr_start() public method

public tr_start ( ) : Html
return Html

tr_start() public method

public tr_start ( Attr at ) : Html
at Attr
return Html

ul() public method

public ul ( ) : Html
return Html

ul() public method

public ul ( Attr at ) : Html
at Attr
return Html

ul_end() public method

public ul_end ( ) : Html
return Html

ul_start() public method

public ul_start ( ) : Html
return Html

ul_start() public method

public ul_start ( Attr at ) : Html
at Attr
return Html

use_editinplace() public method

public use_editinplace ( ) : Html
return Html

use_tablesort() public method

public use_tablesort ( ) : Html
return Html

v() public method

public v ( ) : Html
return Html

v() public method

public v ( string s ) : Html
s string
return Html