Hi, and thanks for response! I'm using jQuery-1.2.6 + jQuery UI (core, drag, resize, dialog) 1.6rc1 (one file downloaded). FireFox 3.x on Windows XP. Let me know if you'd like more info.
Basically, my question is, if I have a modal dialog can I have an input field that's usable? Here is an example of what I'm trying to do: http://paste.pocoo.org/show/85576/ . Basically, if modal is true, I cannot make use of the textarea. I believe it becomes read only (not disabled). Am I doing something wrong? Cheers, On Sep 16, 8:02 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > On Tue, Sep 16, 2008 at 1:22 PM, spz <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I'm new to jQuery. Currently, I'm playing around with the jQuery UI > > Dialog. Can I make the dialog window itself be interactive while the > > rest of the page remains "locked" (modal)? > > Yes. Set the modal option to true. > > > Do I set the input field > > some specific class? I've tried searching for a solution to this but > > so far I'm unsuccessful. > > I'm not sure I understand the problem you are having. Perhaps you could > share an online code sample, a code snippet, a pastie > (http://paste.pocoo.org/) so we can see what you're seeing? Some other > things that always help: > > 1. what version of jQuery > 2. what version of jQuery UI > 3. what browser(s) > 4. what OS(s) > > > Alternatively, how do I make overlay work if modal is false? > > The overlay only shows up if modal is true. This is how it's designed. If > you obscure elements, the user will assume that the dialog is modal, so the > overlay shouldn't be visible if it isn't. > > - Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
