Yes it's inside cvs. I just downloaded the snapshot
and it's there:

Go to for the latest snapshot:
http://dynapi.sourceforge.net/snapshot/?N=D

the filereader examples is inside the examples/ folder
as dynapi.util.filereader.html

--
Raymond Irving

--- Bruce Tennant <[EMAIL PROTECTED]> wrote:
> Did this ever make it into cvs?  I grabbed the
> snapshot for 3.0.x from Oct 6 and I don't seem to
> see it.
> 
> Raymond Irving <[EMAIL PROTECTED]> wrote:Hello
> Everyone,
> 
> With the new dynapi.util.FileReader class it's now
> easier to read the content of any file on the server
> with just a few lines of codes:
> 
> var fl = new FileReader(init);
> function init(){
> var url = 'dynapi.util.filereader.xml';
> var str = fl.read(url);
> alert(str);
> }
> 
> That it! See the dynapi.util.filereader.html example
> 
> Check out CVS or wait for the nightly snapshot
> 
> --
> Raymond Irving
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
> 
> 
>
-------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/dynapi-help
> 
> 
> www.bluewolverine.com
> 
> ---------------------------------
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product
search


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to