Skip to content

Commit 227c5d0

Browse files
author
okappes
committed
2 parents c2e78e7 + 3d8257f commit 227c5d0

File tree

11 files changed

+26
-2
lines changed

11 files changed

+26
-2
lines changed

guides/airportmap-guide.zip

-833 Bytes
Binary file not shown.

guides/all-guides.zip

-1.22 KB
Binary file not shown.

guides/drench-guide.zip

-121 Bytes
Binary file not shown.

guides/hello-guide.zip

-34 Bytes
Binary file not shown.

guides/msgconsole-guide.zip

-76 Bytes
Binary file not shown.

guides/spreadsheet-guide.zip

-97 Bytes
Binary file not shown.

guides/todo-guide.zip

-60 Bytes
Binary file not shown.

guides/treeview-guide.zip

-59 Bytes
Binary file not shown.

samples/widgets/widgetlibs/html/template/SimpleSubTemplate.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
{@html:Template {
4848
id: "viewMainTpl",
4949
type:"span",
50-
classpath: "samples.widgets.widgetLibs.html.template.SimpleChildSubTemplate",
50+
classpath: "samples.widgets.widgetlibs.html.template.SimpleChildSubTemplate",
5151
data:data['childTemplateData'],
5252
attributes:{
5353
classList:["c1","c2"],
@@ -58,4 +58,4 @@
5858

5959
{/macro}
6060

61-
{/Template}
61+
{/Template}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
////#imgUrlMapping
2+
aria.core.AppEnvironment.setEnvironment({
3+
"imgUrlMapping" : myUrlMappingMethod
4+
});
5+
////#imgUrlMapping

0 commit comments

Comments
 (0)