View Single Post
Old 08-20-2007, 11:52 PM   #17
Nogg
Literate!
Nogg knows what time it isNogg knows what time it isNogg knows what time it isNogg knows what time it isNogg knows what time it isNogg knows what time it isNogg knows what time it isNogg knows what time it isNogg knows what time it isNogg knows what time it isNogg knows what time it is
 
Posts: 256
Karma: 2247
Join Date: Mar 2007
Device: PRS-500
This should work:

<function id="doDigit" params="part"><![CDATA[
this.getModel().doDigit(part);
]]></function>

You have to have the CDATA part for it to work though.
Nogg is offline   Reply With Quote