Modal512

Bootstrap modal variable, my constant to use dynamically in code
Edit: 2020-01-03: Found an error, missing closing div

CodeFunctionName
What is this?

Public

Tested

Original Work
<%
' ===============================================================================
' Modal templates
' ===============================================================================
Modal512 = "" ' > > > > > > > > > > > > > > > > Generic modal, can customize size too
Modal512 = " <div class=""modal fade"" id=""{{$ModalID$}}"" tabindex=""-1"" role=""dialog"" aria-labelledby=""myModalLabel"" >" & vbcrlf
Modal512 = Modal512 & " <div class=""modal-dialog {{$ModalSize$}}"" role=""document"" >" & vbcrlf
Modal512 = Modal512 & " <div class=""modal-content"" >" & vbcrlf
Modal512 = Modal512 & "{{$FormOpen$}}"
Modal512 = Modal512 & " <div class=""modal-header"" >" & vbcrlf
Modal512 = Modal512 & " <button type=""button"" class=""close"" data-dismiss=""modal"" aria-label=""Close"" >"
Modal512 = Modal512 & " <span aria-hidden=""true"" >× </span > </button >" & vbcrlf
Modal512 = Modal512 & "{{$ModalTitle$}} </div >" & vbcrlf
Modal512 = Modal512 & " <div class=""modal-body"" id=""A7BodyPrev"" > {{$ModalContent$}} </div >" & vbcrlf
Modal512 = Modal512 & " <div class=""modal-footer"" >" & vbcrlf
Modal512 = Modal512 & "{{$Command1$}}"
Modal512 = Modal512 & " <button type=""button"" class=""btn btn-default btn-md"" data-dismiss=""modal"" >"
Modal512 = Modal512 & " <i class=""" & icon046 & """ > </i > Close </button >" & vbcrlf
Modal512 = Modal512 & " </div > </div >"
Modal512 = Modal512 & "{{$FormClose$}}" & vbcrlf
Modal512 = Modal512 & " </div > </div > </div >" & vbcrlf & vbcrlf

% >

Views 4,764

Downloads 1,468

CodeID
DB ID

ANmarAmdeen
610
Revisions

v2.0

Friday
January
3
2020
Needs