Hello,

I would like to create a function in Exhibit 3. 

I found this example in Exhibit 2:

***********************
function cleanID(id) {
return id.replace(/\W+/g, '_');
}
Exhibit.FunctionUtilities.registerSimpleMappingFunction("cleanID", cleanID, 
"text");
***********************

How can I create a similar function in Exhibit 3?

Thanks.

Fabio Teixeira



-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to