问题
is it possible to include files in a touch UI dialog? I understand how to include a file inside the classic UI dialog which I've gave an example below. Is this possible for Touch UI dialog if so how do I accomplish this?
<livecopy
jcr:primaryType="cq:Widget"
path="/apps/stackoverflow/components/page/page/tab_stackoverflow.infinity.json"
xtype="cqinclude"/>
回答1:
Yes. Use the resource type granite/ui/components/foundation/include
to do similar operation in Touch UI.
<livecopy
jcr:primaryType="nt:unstructured"
path="/apps/stackoverflow/components/page/page/tab_stackoverflow"
sling:resourceType="granite/ui/components/foundation/include"/>
For more information check the ExtJS vs matching Granite UI components topic and the Granite Include documentation.
来源:https://stackoverflow.com/questions/33129828/is-it-possible-to-include-files-in-the-touch-ui-dialog