UNPKG
processmaker-builder
Version:
3_2_2 (1.0.0)
latest (3.2.2)
3.2.2
1.0.0
The gulp task runner for ProcessMaker building
bitbucket.org/duhnnie/processmaker
processmaker-builder
/
thirdparty
/
htmlarea
/
popups
/
editor_help.html
16 lines
(12 loc)
•
198 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<
html
>
<
head
>
<
title
>
Editor Help
</
title
>
<
style
>
body
,
td
,
p
,
div
{
font-family
: arial;
font-size
: x-small; }
</
style
>
</
head
>
<
body
>
<
h2
>
Editor Help
<
hr
>
</
h2
>
Todo...
</
body
>
</
html
>