Atlas3Extras

Content Type: Module
Categories:

Overview

Atlas3Extras is an extension of the styling of standard Mendix elements. It gathers additional stylings for Mendix elements that we come accross during development and store them here for future use.

This module also shows how to store your own extensions for reuse across you app and other apps. See your app's projectdirectory, go to subdirectory Atlas3Extras and see the main.scss and the subdirectories per element.

Documentation

Demo urlhttps://service.mendixcloud.com/

Atlas3Extras: Extending your Mendix styling

Atlas3Extras is an extension of the styling of standard Mendix v9+ elements, based on Atlas3. It gathers additional stylings for Mendix elements that we come accross during development and store them here for future use.

This module also shows how to store your own extensions for reuse across you app and other apps. See your app's projectdirectory, go to subdirectory Atlas3Extras and see the main.scss and the subdirectories per element.

Demo

Demo of the elements are shown on:

If you like this and want to share some of your own styling with us, contact us via the feedback-button of the base-application.

Implementation

  • Download this module from the appstore like you would with any other module;
  • Add ASu_Atlas3Extras to your after startup routine;
  • Add module role 'AnyUser' to any userroles you like;
  • Add any of the Atlas3Extras-classes to the element that you want styled.

To see which classes are available per element, check your \themesource\atlas3extras\web\component\ where you will find a scss for each element. So far:

  • datagrid.scss
  • datagrid2.scss
  • popup.scss
  • radiobuttons.scss
  • tooltip.scss

Dependencies

This module is of course dependent on module Atlas_Core, since it is extending that one. It als is dependent on Data Widgets.

Help or donate

To help: Fork me, make your change, upload a pullrequest.

Just using it? Than it is only fair to make a donation for our effort put in this module and for keeping use enthousiast of providing you these nice extras.

Releases

Version: 1.3.0
Framework Version: 9.18.0
Release Notes: - Upgraded to 9.18.0 - Added a horizontal scrolling datagrid - Added a sample of virtual scrolling datagrid2 - Added a datagrid2 building block
Version: 1.2.1
Framework Version: 9.6.8
Release Notes: - Bug in Datagrid-stickyheader, content overlapped the header. Fixed. Content no longer overlaps the header; - Removed some superfluous postfixes in image-urls; - Added some explanation on the working of datagrid's styling.
Version: 1.2.0
Framework Version: 9.6.8
Release Notes: Upgrade to 9.6.8 Added class 'numbered' for listviews Restricted Datagrid2 classes to just DataGrid2 elements Removal of warnings
Version: 1.1.1
Framework Version: 9.6.6
Release Notes: Fixed the creation of demo-data and removed a dependency
Version: 1.1.0
Framework Version: 9.6.6
Release Notes: Now having datagrid with selected rows indicator, two tooltips and a popup-easyclose. And readonly show for the radiobuttons.