NkDialog
Site Navigation
Overview
Demo
API
Github
Hero Content
Initialize
NkDialog
jQuery Dialog Plugin 1.1.0
Demo
Animate
animate.effect.fade
— effect:"fade"
animate.duration
— effect:"fade", duration:"100"
Background
bg.color
— color:"#ffb302"
bg.image
— image:"url(assets/img/wallpaper.jpg)"
bg.style
— style:"background:url(assets/img/wallpaper.jpg) center repeat;background-size:80%;"
bg.disabled
— disabled:"true"
Close
close.offset.inner
— offset:"inner"
close.offset.outer
— offset:"outer"
Data
data.header
— header:"Fusce vel arcu ac erat venenatis blandit ac convallis est."
data.content
— content:"Cras et lacinia nulla."
data.footer
— footer:"Sed non neque ultricies velit pellentesque mattis in quis ex."
data.ajax
— url:"lipsum.txt"
Onoff
onoff.delegate
— delegate:"a"
Lorem ipsum dolor sit amet
onoff.preventDefault
— preventDefault:true
Lorem ipsum dolor sit amet
onoff.click
— click:false
onoff.destroy
— destroy:true
onoff.resize
— resize:true
onoff.resized
— resized:true
onoff.orientationchange
— orientationchange:true
Display
display.header
— header:true, content:false, footer:false
display.content
— header:false, content:true, footer:false
display.footer
— header:false, content:false, footer:true
Scroll
scroll.fixed
— fixed:true
scroll.unfixed
— fixed:false
Size
size.fullSize
— fullSize:true
size.fullWidth
— fullWidth:true
size.fullHeight
— fullHeight:true
size.maxWidth
— maxWidth:"20vw"
size.maxHeight
— maxHeight:"20vh"
Target
target.default
— header:".nkdialog-header", content:".nkdialog-content", footer:".nkdialog-footer
target.change
— header:".change-header", content:".change-content", footer:".change-footer"
target.clear
— header:"", content:"", footer:""