-
Notifications
You must be signed in to change notification settings - Fork 0
1.0.0
Ivan S Glazunov edited this page Mar 25, 2015
·
1 revision
- /oswsm
-
/selector
TAttr = { [key: string]: TData };
regExpSearch(data: string, reg: RegExp) => string[][];
_selectorRegExp: RegExp;
selector(attributes: TAttributes, selector: TSelector) => void;
-
/tag
-
[new] Tag();
>data
- instance
_attr: { [key: string]: TData };
__attr() => Array<TData> =>> ' key="value"';
attr(attr: Object) => this;
selector(selector: string) => this;
extend(injector: TInjector) => Class: [Function]
- static
__returner
extend
__construct
compile
toString
context
attr
selector
- instance
-
-
/double
-
[new] Double(...arguments: Array<string|Node|TAttr>);
>Tag
- instance
_name: TData;
name(name: TData) => this;
__compile(compilation: Compilation) => TData;
__constructor(...arguments: Array<string|Node|TAttr>);
- static
__returner
extend
__construct
compile
toString
context
data
append
prepend
attr
selector
- instance
-
-
/doubles
-
html
body
head
style
h1
h2
h3
h4
h5
h6
hgroup
div
p
address
blockquote
pre
ul
ol
li
dl
dt
dd
fieldset
legend
form
noscript
object
table
thead
tbody
tfoot
tr
td
th
col
colgroup
caption
span
b
big
strong
i
var
cite
em
q
del
s
strike
tt
code
kbd
samp
small
sub
sup
dfn
bdo
abbr
acronym
a
button
textarea
select
option
article
aside
figcaption
figure
footer
header
section
main
nav
menu
audio
video
embed
canvas
output
details
summary
mark
meter
progress
template
comment
title
script
-
-
/single
-
[new] Single(...arguments: Array<string|TAttr>);
>Tag
- instance
_name: TData;
name(name: TData) => this;
__compile(compilation: Compilation) => TData;
__constructor(...arguments: Array<string|TAttr>);
data: undefined;
append: undefined;
prepend: undefined;
- static
__returner
extend
__construct
compile
toString
context
data
append
prepend
attr
selector
- instance
-
-
/singles
-
br
hr
img
input
base
frame
link
meta
-
-
/selector