or
<
div
data-role
=
"grid"
data-row-template
=
"#= data.something #"
></
div
>
if
(templateRegExp.test(option)) {
if
(templateRegExp.test(value)) {
Is the rotator with the orange background on the home page of Kendo UI made with kendo UI web components?
I like the way it works and would like to build a similar mechanism into my own web page.
<
ul
data-role
=
"listview"
data-style
=
"inset"
data-type
=
"group"
>
<
li
>
Spiffy Items
<
ul
data-role
=
"listview"
data-style
=
"inset"
data-bind
=
"source: spiffySource"
data-template
=
"spiffyTemplate"
></
ul
>
</
li
>
</
ul
>
<
ul
data-role
=
"listview"
data-style
=
"inset"
data-type
=
"group"
>
<
li
>
<
span
data-bind
=
"text: spiffySourceHeader"
></
span
>
<
ul
data-role
=
"listview"
data-style
=
"inset"
data-bind
=
"source: spiffySource"
data-template
=
"spiffyTemplate"
></
ul
>
</
li
>
</
ul
>
<
li
class
=
"km-group-container"
>
<
div
class
=
"km-group-title"
>
<
div
class
=
"km-text"
>
</
div
>
</
div
>
<
span
data-bind
=
"text: spiffySourceHeader"
>Found one Fuel Stop</
span
>
<!-- ul and its contents here snipped for brevity -->
</
li
>