- TERM Chooser widget :
- added Autocompeter functions of Scriptaculous.js & prototype.js
- http://localhost:8080/ontocat/version0.6/scriptaculous-js-1.8.3/test/functional/test2.html
- Debug autocompleter not returning results. Try to fill the table Termtokens in file /ontoCAT-restservice/WebContent/version0.6/scriptaculous-js-1.8.3/test/functional/test2.html with terms from http://localhost:8080/ontocat/rest/json/searchAll/
- Sparql in javascript library. Added the javascript library in test.html : http://sparql.org/
- Sparql added : Problem at sending sparql "A script from "http://localhost:8080" was denied UniversalBrowserRead privileges. Line 333"
Firefox security won't in general let a script from a given DNS
domain (like www.thefigtrees.net) read web data from a different domain.
To change this,
1. Type into the main browser URI bar "about:config" and hit
return to get to the config page.
2. Scroll down to the line which says
signed.applets.codebase_principal_support ... user set ... boolean ..
false and double-click it to change it to 'true'.
3. Go back to the web page, and try again. When the browser asks
you whether to allow the script to access arbitrary web pages, agree. You
probably want to check the "remember the answer this question" box.
Note that this is reducing the security of your browser. You end up
allowing any web page on the site to read data from the web, which could
include data from inside your firewall.
- signed.applets.codebase_principal_support;true
- Sparql in D2r.
- Sparql Prefix bindings :
- in javascript lib : query.setPrefix("rdf",(or rdfs, xsd,..)
Prefix | IRI
|
rdf: | http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
rdfs: | http://www.w3.org/2000/01/rdf-schema#
|
xsd: | http://www.w3.org/2001/XMLSchema#
|
fn: | http://www.w3.org/2005/xpath-functions#
|