How to apply domain key
December 28, 2012 12:23PM
I recently purchased the Jumpeye framework. When adapting it to a new site I'm working on, there's a small banner at the top of the page that says "This web site created with Jumpeye Framework". I assume this is the watermark for the free version. So I added the domain I'm using and received a popup with a domain key and the instruction, "Use this key inside the component's configuration panel/code." So where do I find this configuration panel/code? So far I'm just using the grid. Does this also mean any component I use (buttons, tabs, panels, etc) will need this key or will setting it once be good for the entire domain? Thanks, Jack.
Re: How to apply domain key
January 16, 2013 07:11AM
Place the following JavaScript code in your main html file in the <head> section and insert the domain key that you got on jumpeyecomponents.com:

<script type="text/javascript">
(function() {
JC.init({
domainKey: 'YourDomainKey'
});
})();
</script>

The watermark will be hidden ONLY on the specified web domain after you have moved your files on a web server.

For more information read the Using domain keys.pdf, that comes with the product.
Sorry, only registered users may post in this forum.

Click here to login