Saturday, April 16, 2016

TYPO3 AJAX Example for Backend Extension Module (Extbase/ Fluid)

In our previous posts we've already became familiar with AJAX usage for Frontend Extensions. Here we'll go through with an example of AJAX usage for Backend Extension.
Handsontable (https://handsontable.com/) has been integrated with its free version to make this extension more attractive.
I've shared a screen and that is describing the output of the extension.

Output Screen of Backend AJAX Example Extension Module

All Frontend users from fe_users table has been listed here. JSON data has been manipulated by Handontable view helper to display in editable Excel like spread sheet. But username data has been set as read-only.
TYPO3 version 7.6.0  and Extbase Framework for Extensions version 7.6.0 and Fluid Templating Engine version 7.6.0 has been used as development environment.
You can download and  install this extension from GitHub. Link is here
https://github.com/nirmalyamondal/TYPO3-Extensions/tree/master/backend_ajax

You are most welcome with queries or projects related to this.

Tuesday, April 5, 2016

Google Route Map with auto detection of current location to predefined destinations.

TYPO3 extension "googleroutemap" is to integrate Google Map into your website. It'll locate the current user's location automatically. It'll also has some predefined destinations. These destinations are records from database table 'tx_googleroutemap_domain_model_routemap' from Backend. It's tested with version 7.6.0.
Google Route Map is a very small extension with good example. Please check the screenshot below.

Google Route Map

Source code is available at https://github.com/nirmalyamondal/TYPO3-Extensions/tree/master/googleroutemap