I'm looking for a way to generate an unique string inside the viewer, in similar manner to the uniqid() function of the php programming language, where it's assured the uniqueness of the variable based on the current time.I already made something like that by using a start number that's passed trough the javascript interface, however this approach is external to the viewer and error prone.
Hope there's a way to do it...
Thanks a lot.