All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webpiecesxxxxxpackage.web.secure.crudajax.userList.html Maven / Gradle / Ivy

Go to download

Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

There is a newer version: 2.1.28
Show newest version
#{extends '../../mainTemplate.html'/}#
#{set title:'Ajax User List'/}#
#{set tab:'userlist'/}#

Users

*{ any changes to this modal 'if showPopup' would need to be retested in ALL browsers!!! }* #{list items:users, as:'entity'}# #{/list}# #{else}# #{/else}#
FirstName LastName Email Actions
${entity.firstName}$ ${entity.lastName}$ ${entity.email}$ Edit #{bootstrapModal route:@[AJAX_EDIT_USER_FORM, id:'{id}']@, modalId:'addEditModal', linkId:'editLink_'+entity.id, id:entity.id/}# Delete #{bootstrapModal route:@[AJAX_CONFIRM_DELETE_USER, id:'{id}']@, modalId:'deleteModal', linkId:'deletePattern_'+entity.id, id:entity.id/}#
There are no users, Add one now please.
Add User #{bootstrapModal route:@[AJAX_ADD_USER_FORM]@, linkId:'addLink', modalId:'addEditModal'/}# *{ THIS IS A HUGE COMMENT BLOCK SO CODE IS NOT RUN... THIS: #{bootstrapModal route:@[AJAX_ADD_USER_FORM]@, linkId:'addLink', modalId:'addEditModal'/}# IS THIS CODE:(in case you want to get fancier) THIS #{bootstrapModal route:@[AJAX_EDIT_USER_FORM, id:'{id}']@, modalId:'addEditModal', linkId:'editLink_'+entity.id, id:entity.id/}# GENERATES THIS CODE: THIS #{bootstrapModal route:@[AJAX_CONFIRM_DELETE_USER, id:'{id}']@, modalId:'deleteModal', linkId:'deletePattern_'+entity.id, id:entity.id/}# GENERATES THIS CODE: }*




© 2015 - 2024 Weber Informatics LLC | Privacy Policy