![]() |
Tina4Stack
v1.0.1
The Tina4 Stack
|
Classes | |
class | htmlElement |
a | ( | ) |
Anchor function The tag defines a hyperlink, which is used to link from one page to another.
abbr | ( | ) |
Abbr function The <abbr> tag defines an abbreviation or an acronym, like "Mr.", "Dec.", "ASAP", "ATM".
acronym | ( | ) |
Acronym function The <acronym> tag is not supported in HTML5. Use the <abbr> tag instead.
address | ( | ) |
Address function The <address> tag defines the contact information for the author/owner of a document or an article.
adir | ( | ) |
Dir function The <dir> tag is not supported in HTML5. Use CSS instead.
adl | ( | ) |
The
defines a description list.
aheader | ( | ) |
The <header> element represents a container for introductory content or a set of navigational links.
alink | ( | ) |
applet | ( | ) |
Applet function - not supported in HTML5 The <applet> tag is not supported in HTML5. Use the <object> tag instead.
area | ( | ) |
Area function The <area> tag defines an area inside an image-map (an image-map is an image with clickable areas). The <area> element is always nested inside a <map> tag.
arrayToShapeCode | ( | $shapeArray, | |
$level = 0 |
|||
) |
Make Shape code from an Array
type | $shapeArray | |
type | $level |
article | ( | ) |
Article function The <article> tag specifies independent, self-contained content.
aside | ( | ) |
Aside function The <aside> tag defines some content aside from the content it is placed in.
atime | ( | ) |
audio | ( | ) |
Audio function The <audio> tag defines sound, such as music or other audio streams.
b | ( | ) |
Bold function The tag specifies bold text.
base | ( | ) |
Base function Specify a default URL and a default target for all links on a page
basefont | ( | ) |
Basefont function The <basefont> tag is not supported in HTML5. Use CSS instead.
bdi | ( | ) |
BDI function The <bdi> tag isolates a part of text that might be formatted in a different direction from other text outside it.
bdo | ( | ) |
BDO function The <bdo> tag is used to override the current text direction.
big | ( | ) |
Big function The <big> tag is not supported in HTML5. Use CSS instead.
blockquote | ( | ) |
BlockQuote function The
tag specifies a section that is quoted from another source.
- Returns
- type
body | ( | ) |
Body function The <body> tag defines the document's body.
br | ( | ) |
Break tag Use the
tag to enter line breaks, not to separate paragraphs.
button | ( | ) |
Button function The <button> tag defines a clickable button.
canvas | ( | ) |
Canvas function The <canvas> tag is used to draw graphics, on the fly, via scripting (usually JavaScript).
caption | ( | ) |
Caption function The tag defines a table caption. The tag must be inserted immediately after the
center | ( | ) |
Center function The
cite | ( | ) |
Cite function The <cite> tag defines the title of a work (e.g. a book, a song, a movie, a TV show, a painting, a sculpture, etc.).
code | ( | ) |
Code function The tag is a phrase tag. It defines a piece of computer code.
col | ( | ) |
Col function The <col> tag specifies column properties for each column within a <colgroup> element.
colgroup | ( | ) |
Colgroup function The <colgroup> tag specifies a group of one or more columns in a table for formatting.
createInstance | ( | $class, | |
$params | |||
) |
Create a dynamic instance of a class
String | $class | Name of the class |
String | $params | Params of the class |
datalist | ( | ) |
Datalist function The <datalist> tag specifies a list of pre-defined options for an <input> element.
dd | ( | ) |
del | ( | ) |
The <del> tag defines text that has been deleted from a document.
details | ( | ) |
dfn | ( | ) |
dialog | ( | ) |
div | ( | ) |
Div function The
doctype | ( | ) |
Doctype for beginning of html page The <!DOCTYPE> declaration must be the very first thing in your HTML document, before the <html> tag.
dt | ( | ) |
em | ( | ) |
The tag is a phrase tag. It renders as emphasized text.
embed | ( | ) |
The <embed> tag defines a container for an external application or interactive content (a plug-in).
fieldset | ( | ) |
The <fieldset> tag is used to group related elements in a form.
figcaption | ( | ) |
The <figcaption> tag defines a caption for a <figure> element.
figure | ( | ) |
The <figure> tag specifies self-contained content, like illustrations, diagrams, photos, code listings, etc.
font | ( | ) |
footer | ( | ) |
form | ( | ) |
frame | ( | ) |
frameset | ( | ) |
getHTMLAttributes | ( | $element | ) |
getHTMLText | ( | $element | ) |
h1 | ( | ) |
The
h2 | ( | ) |
The
h3 | ( | ) |
The
h4 | ( | ) |
The
h5 | ( | ) |
The
h6 | ( | ) |
The
head | ( | ) |
The <head> element is a container for all the head elements.
hgroup | ( | ) |
The <hgroup> tag is used to group heading elements.
hr | ( | ) |
In HTML5, the
tag defines a thematic break.
html | ( | ) |
Html function The <html> tag tells the browser that this is an HTML document.
HTMLtoShape | ( | $content | ) |
Convert the HTML content to Shape Code
String | $content | HTML from a website |
i | ( | ) |
The tag defines a part of text in an alternate voice or mood.
iframe | ( | ) |
The <iframe> tag specifies an inline frame.
img | ( | ) |
input | ( | ) |
ins | ( | ) |
kbd | ( | ) |
keygen | ( | ) |
label | ( | ) |
legend | ( | ) |
li | ( | ) |
loop | ( | $elements, | |
$shapeTemplate, | |||
$expressions = "" |
|||
) |
Loop to iterate through a shape template and replace content Example loop ( $names, b ("{name}"), "!empty($name),strlen($name) > 5" );
type | $elements | |
type | $shapeTemplate | |
type | $expression |
main | ( | ) |
map | ( | ) |
mark | ( | ) |
menu | ( | ) |
menuitem | ( | ) |
meta | ( | ) |
meter | ( | ) |
nav | ( | ) |
noframes | ( | ) |
noscript | ( | ) |
ol | ( | ) |
optgroup | ( | ) |
option | ( | ) |
output | ( | ) |
p | ( | ) |
param | ( | ) |
parseHTMLAttributes | ( | $attributes | ) |
Parse all the HTML Attributes
type | $attributes |
parseHTMLText | ( | $content | ) |
path | ( | ) |
pre | ( | ) |
progress | ( | ) |
q | ( | ) |
rp | ( | ) |
rt | ( | ) |
ruby | ( | ) |
s | ( | ) |
samp | ( | ) |
script | ( | ) |
section | ( | ) |
select | ( | ) |
shape | ( | ) |
Container for HTML
small | ( | ) |
source | ( | ) |
span | ( | ) |
strike | ( | ) |
strong | ( | ) |
style | ( | ) |
sub | ( | ) |
summary | ( | ) |
sup | ( | ) |
svg | ( | ) |
table | ( | ) |
tbody | ( | ) |
td | ( | ) |
text | ( | ) |
textarea | ( | ) |
tfoot | ( | ) |
th | ( | ) |
thead | ( | ) |
title | ( | ) |
tr | ( | ) |
track | ( | ) |
traverseDOM | ( | $element | ) |
tt | ( | ) |
u | ( | ) |
ul | ( | ) |
vari | ( | ) |
video | ( | ) |
wbr | ( | ) |