webpiecesxxxxxpackage.web.secure.crudajax.userList.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WEBPIECESxAPPNAME Show documentation
Show all versions of WEBPIECESxAPPNAME Show documentation
Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property
#{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!!! }*
FirstName
LastName
Email
Actions
#{list items:users, as:'entity'}#
${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/}#
#{/list}#
#{else}#
There are no users, Add one now please.
#{/else}#
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