Hi Thomas,

Fews comments on tiles...

> what will be the differences between $tile.setTemplate and
$navigation.setTemplate except that the templates will
probably in another directory than templates/navigations ? 

     <div
id="calendar">$tile.setTemplate("CalendarTile.vm")</div>
          and
     <div id="calendar">$navigation.setTemplate(
"CalendarTile.vm" )</div> ?

I do agree that we need to provide a kind of web component
that pull it off from the layout template but do you think
that it will be easy to maintain x-web-component-templates ?
what about if I need n-types of calendar in my application ?
should this to be process from the server side ? I say that
because there are some technologies that do it well from the
client side prospective such as dojo:

    <div dojoType="dijit._Calendar"/>

nothing else to do from the server side. The only issue is
that "<div dojoType="dijit._Calendar"/>" should not be hard
coded because it is subject to change. In this case, we are
back to your initial case 

    <div
id="calendar">$tile.setTemplate("CalendarTile.vm")</div>

   where CalendarTile.vm may contain

    <div dojoType="dijit._Calendar"/>

but it is not very smart to have 

    <div
id="calendar">$tile.setTemplate("CalendarTile.vm")</div>

    to get

    <div id="calendar"><div dojoType="dijit._Calendar"/></div>

The question is probably what turbine is supposed to handle...


Best Regards!
Thomas


---------------------- ALICE C'EST ENCORE MIEUX AVEC LA MUSIQUE ! 
--------------------
Découvrez vite l'offre exclusive ALICE BOX avec ALICE MUSIC, le téléchargement 
légal et illimité
de plus de 300 000 titres ! En cliquant ici http://alicemusic.aliceadsl.fr
Offre soumise à conditions



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to