IN PROGRESS...
- Field Type: Access with List Plugin:
-
-
-
-
-
-
- candeletetrow: Candeleterow (Public can delete a row)
- canviewrow: Canviewrow (Guest can view a row)
-
-
-
-
-
-
- Field Type: Yes/No with List Plugin:
-
-
-
-
-
-
- php:Yes/No (change value 1 to 0 or 0 to 1)
- caneditrow: Caneditrow (Yes: enable edit, No: disable edit)
- php:Yes/No (change value 1 to 0 or 0 to 1)
-
-
-
-
-
-
- List Plugin:
- copy: Copy (You can copy a row into another)
- email: Email (You can send emails from your address list loaded with the contact form)
- To use this option must configure SMTP server
- js: Js (Java Script Code)
- Structure:
requirejs(['fab/fabrik'], function () {
//Start your own code
alert('This is a Js code executed');
//End your own code
});