My favorites | Sign in
Project Logo
          
New issue | Search
for
| Advanced search | Search tips
Issue 122: [request] dialog creation
3 people starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----
Type-Enhancement


Sign in to add a comment
 
Reported by kurtubba, Nov 30, 2008
is there a way to create dialogs with nyroModal, or could it be included in
next versions?


Comment 1 by nyrodev, Dec 01, 2008
nyroModal is a modal plugin, as it's name indicates.
I don't think I'll create dialog options as it's mean many changes as the ability to
move the dialog for example.

Maybe somebody could work on it and use callbacks to create it.
Labels: Type-Enhancement
Comment 2 by hejda.cz, Dec 01, 2008
I think, that dialog windows will make nyroModal to "rule them all" :) It is,
propably last thing I miss here :)
Comment 3 by kurtubba, Dec 02, 2008
thanks for the reply
Maybe a simple dialog, not necessarily to be draggable...just something to replace
alert dialog
Comment 4 by cully.larson, Aug 25, 2009
I've just created a modal box with "yes" and "no" buttons.  onclick, they both close
the modal box, while the "Yes" button does some extra stuff.  Is this what you're
thinking?  This is a simple example of some code:

<div>
    <p>a message</p>
    <button type='submit' onclick="$.nyroModalRemove(); extraStuff(); return
false;">Yes</button>
    <button type='submit' onclick='$.nyroModalRemove(); return false;'>No</button>
</div>
Sign in to add a comment

Hosted by Google Code