/java/test/com/google/gxp/compiler/functests/ContainerCallerGxp.gxp
http://gxp.googlecode.com/ · text · 31 lines · 25 code · 6 blank · 0 comment · 0 complexity · b9644674138abd1022148e794415afab MD5 · raw file
- <!DOCTYPE gxp:template SYSTEM "http://gxp.googlecode.com/svn/trunk/resources/xhtml.ent">
- <!--
- Copyright (C) 2008 Google Inc.
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
- <gxp:template name='com.google.gxp.compiler.functests.ContainerCallerGxp'
- xmlns='http://www.w3.org/1999/xhtml'
- xmlns:gxp='http://google.com/2001/gxp'
- xmlns:call='http://google.com/2001/gxp/call'
- xmlns:expr='http://google.com/2001/gxp/expressions'>
- <gxp:param name='x' type='int' />
- <i>
- <call:ContainerCalleeGxp expr:y='x'>
- Foo, <b>bar</b> & baz.
- </call:ContainerCalleeGxp>
- </i>
- </gxp:template>