|
From: Raymond I. <xw...@ya...> - 2003-07-06 17:07:34
|
Hi,
What do you think about the following <htc: /> formats
for the TemplateManager?
<htc:@fieldname:DynLayer() Events:{} />
<htc:@lyr1:DynLayer(null,10,10,10,10,'blue')
Events:{
onclick:function(e){
// some code here
}
}
/>
or
<htc:DynLayer() ID:fieldname Events:{} />
<htc:DynLayer(null,10,10,10,10,'blue')
ID:lyr1
Events:{
onclick:function(e){
// some code here
}
}
/>
or
<htc:DynLayer() @fieldname Events:{} />
<htc:DynLayer(null,10,10,10,10,'blue')
@lyr1
Events:{
onclick:function(e){
// some code here
}
}
/>
NOTE: HTCs can be written in single-line or multi-line
format
Any other suggestions?
Do you find the HTC fields of any value to the DynAPI?
--
Raymond Irving
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
|