We are not planning to implement this functionality until the release of Adaxes 2014.1.
However, if you want, you can implement a certain version of the feature for yourself with the help of jQuery. Adaxes already uses jQuery on many pages of the Web interface, and it is already connected to the Home Page. You do not need to connect jQuery to Adaxes Web Interface. Web Interface home page is displayed by the Default.aspx file located in the root directory of every Web interface type. So, you can create a JavaScript file that will be responsible for collapsing/expanding the Home Page Action groups on Adaxes Web interface and connect the file to Adaxes Web interface by adding it to the end of the Default.aspx file. In your JavaScript file, you can subscribe to different events that occur on the Web interface Home Page (such as OnLoad for the whole page or OnClick for the headers of Home Page Action groups) and perform collapsing/expanding of the Home Page Action groups.
To edit the Default.aspx file:
-
On the computer where your Adaxes Web Interface is installed, open the folder for the Adaxes Web Interface site that you want to configure. By default, Adaxes Web Interface sites are installed to the following folders:
- Administrators:
C:\Program Files\Softerra\Adaxes 3\Web Interface\Admin\
- Help Desk:
C:\Program Files\Softerra\Adaxes 3\Web Interface\HelpDesk\
- Self-Service:
C:\Program Files\Softerra\Adaxes 3\Web Interface\SelfService\
-
Find the Default.aspx file and open it with any text editor.