Hello

I am trying to integrate Google Doc. Viewer
http://wiki.dspace.org/confluence/display/DSPACE/Document+Preview+with+Google+Docs+viewer


In documentation, I found
The javascript functions do make minor use of jQuery, which can easily be
added:

<script type="text/javascript" src="http://www.google.com/jsapi";></script>

<script type="text/javascript">
        google.load("jquery", "1.4");
        google.setOnLoadCallback(function() {

            // Place init code here instead of $(document).ready()
        });
</script>


But , In the doc It is not mentioned that where it is to be added.

Please Do the needful and correct the document if needed.

Thanks &  Regards
Hardik Mishra
Software Engineer

Give a man a fish, and you feed him for a day. Teach a man to catch fish and
you feed him for a lifetime.
------------------------------------------------------------------------------

_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to