Overriding the quick search or advanced search function
This article explains how you can override the Infradox search functions with Javascript (version 31.2 or later).
This article explains how you can override the Infradox search functions with Javascript (version 31.2 or later).
Infradox XS is a standardised template-driven system. Many of its functions - as well as the look and feel of the client facing pages - can be simply customised with
Infradox XS uses a Javascript library. The library’s functions are configured with Back office settings. Many functions look for HTML elements by id’s and class names. Several functions have methods
You can both disable right-clicking and dragging of images on your client facing pages. Right-clicking can be configured with a Back office setting. Dragging can be disabled by adding script
Infradox XS can be configured to display “live” word suggestions as the user starts typing in the search input boxes.
The built-in code editor is used to write your own CSS, to edit script and to create custom templates.
This article describes how you can create a modal dialog for any purpose. For example, a dialog with predefined search queries, a dialog to display terms and conditions - and
Infradox XS websites can be customised with back office settings and tools. Further-going customisation can be achieved with CSS, Javascript/JQuery and the built-in Infradox coding language.
You can add your own Javascript code, which will be executed after the default XS script has executed upon page load.
This article describes how you can create a search dialog. This requires you to add script, CSS and the HTML for the dialog.