⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Wt
All Projects
Wt
Overview
Activity
Roadmap
Issues
Wiki
Forums
Download (725 Bytes)
RE: How to debug streamed JavaScript?
» template.xml
Template file -
Plug Gulp
, 04/09/2013 01:53 PM
<?xml version="1.0" encoding="UTF-8" ?>
<messages
xmlns:if=
"MatchValidator.Templates"
>
<message
id=
"MatchValidator.TestView"
>
<div
class=
"form-horizontal"
>
<fieldset>
<div
class=
"control-group"
>
<label
for=
"${id:W1}"
class=
"control-label"
>
Widget 1
</label>
<div
class=
"controls"
>
${W1}
<span
class=
"help-inline"
>
${W1-info}
</span>
</div>
</div>
<div
class=
"control-group"
>
<label
for=
"${id:W2}"
class=
"control-label"
>
Widget 2
</label>
<div
class=
"controls"
>
${W2}
<span
class=
"help-inline"
>
${W2-info}
</span>
</div>
</div>
</fieldset>
<div
class=
"form-actions"
>
<div
class=
"controls"
>
${TEST}
</div>
</div>
</div>
</message>
</messages>
« Previous
1
2
3
4
5
Next »
(3-3/5)
Loading...