Skip to content

Commit

Permalink
Update demo and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian committed Jan 11, 2010
1 parent 67becb7 commit 960ba65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@ In every last parameter you can set the following options.
property: 'opacity',
duration: 400
}
}/*,
},
okText: 'Ok', // Only MooDialog.Alert, MooDialog.Confirm,MooDialog.Error and MooDialog.Prompt
cancelText: 'Cancel' // Only MooDialog.Confirm /*,
onOpen: $empty,
onClose: $empty,
onShow: $empty,
Expand Down
8 changes: 6 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
duration: 600,
transition: Fx.Transitions.Bounce.easeOut
}
}
},
okText: 'It is really cool indeed!'
});
});

Expand Down Expand Up @@ -177,6 +178,7 @@ <h2>Demo and Examples</h2>
transition: Fx.Transitions.Bounce.easeOut
}
}
okText: 'It is really cool indeed!'
});
</pre>

Expand Down Expand Up @@ -256,7 +258,9 @@ <h2>Options</h2>
property: 'opacity',
duration: 400
}
}/*,
},
okText: 'Ok', // Only MooDialog.Alert, MooDialog.Confirm,MooDialog.Error and MooDialog.Prompt
cancelText: 'Cancel' // Only MooDialog.Confirm /*,
onOpen: $empty,
onClose: $empty,
onShow: $empty,
Expand Down

0 comments on commit 960ba65

Please sign in to comment.