• FRAMEWORK

Modal

Requirements for an opening element: data-toggle="modal" and data-target="#idName" Requirements for the modal (lightbox content div, table etc.) element: id="#idName"

More information or questions: framework@ford.com.tr

Modal Templates

By using ready-made modal templates, you can code faster. You can choose the templates you need below. Please contact for different templates you want.

Modal Functions

Name Functions
Not Dismissible

$('#modalId').modal({
    backdrop: 'static',
    keyboard: false
})