Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
modal
- Page 1
Modal update issue in laravel
Programming
Web Development
5 Years Ago
by Pirakavi
…') var
modal
= $(this)
modal
.find('.
modal
-body #doc_initials').val(initial)
modal
.find('.
modal
-body #doctor_name').val(name)
modal
.find('.
modal
-body #display_name').val(display)
modal
.find('.
modal
-body #registration_no…
Re: Modal update issue in laravel
Programming
Web Development
5 Years Ago
by Dani
So then the bug must be in the 'show.bs.
modal
' function. What if you put `console.log(doctorId)` right above line 12 of your code above. When the
modal
loads, does it execute and spit out the correct ID in the developer tools console of your web browser?
Modal Verticl Offset Ratio
Programming
Web Development
13 Years Ago
by sacarias40
…the screen. But there is a catch. The
modal
box can be of a different sizes and i… thought about it and basically: the shorter the
modal
is, the closer towards the top of the screen… it needs to be offset. the taller the
modal
is, the more near the center of the …offset. I have thought about just setting the
modal
at a set amount of px from the …
AJAX modal error
Programming
Web Development
15 Years Ago
by dabobrow
…; </table> <!-- TODO: use small
modal
for delete --> <asp:Panel ID="pnlModal…" /> <ajx:ModalPopupExtender ID="
Modal
" runat="server" PopupControlID="pnlModal"…for wiring up controls, needs to be wrapped in
modal
--> <asp:LinkButton ID="btnSubmit&…
Modal Dialog Box
Programming
Software Development
15 Years Ago
by S2009
… One textBox. When this button is clicked the
MODAL
DIALOGBOX should be displayed. This dialog box also …(); objFnC.txtUserName.Text = UserName; } [/code] Code in
MODAL
DIALOGBOX OK button: Please note that the Cancel button is…textbox is not displayed in the TEXTBOX in the
MODAL
DIALOG BOX. Instead it is displaying the textbox…
Modal welcome screen affects ad performance
Digital Media
Digital Marketing
14 Years Ago
by Dani
We have a
modal
"nag window" that appears to… a forum thread from a Google search. The
modal
can be closed out of by clicking anywhere else…on the page (which is grayed out when the
modal
is displayed.) A couple of times over the …the previous one. Whenever we don't have the
modal
window in use, our banner performance decreases. Whenever …
Re: Modal Window API
Programming
Web Development
14 Years Ago
by Troy III
… All, Does anybody know of some
Modal
Window API? I made a custom
modal
window for my website, but it … them. Thanks in Advance[/QUOTE] If you prefer a true
Modal
Dialog window on IE, try using: [ICODE]window.showModalDialog( …] ps the empty arg ['',] is to make sure the
modal
dialog apears on the center of the window instead of…
Modal Pop up control Panel problem for code placement
Programming
Software Development
16 Years Ago
by kapil.tandon
… the panel.when shud i place the code for the
modal
popup contro and panel for it. if i put in… the second panel. wjere can i put my code for
modal
pop up contol panel's?
Modal dialogs HELP!!!
Programming
Software Development
15 Years Ago
by sixstorm1
Hi everyone, I have a
modal
dialog box which is called by the main thread. This …] Whatever dialog type I put at this line (print dialog,
modal
dialog, modeless dialog), it doesn't behave properly. What am…
Modal dialog using COM Interop
Programming
Software Development
15 Years Ago
by ericchubb
…, in certain scenarios we want to present error messages in
modal
System.Windows.Forms.MessageBox messageboxes when our class libraries are… parsing files, but we can't make the messageboxes fully
modal
as the library code has no parent window to "…
Modal Pop Up with multiple post back??
Programming
Web Development
14 Years Ago
by laghaterohan
Hello, I show a form in the
modal
pop up which has several drop down lists in it. … gets refresh..how to overcome this problem?? Can we use
modal
pop up wherein there are multiple post backs?? I also…
Modal Dialog using jquery is not coming properly
Programming
Web Development
14 Years Ago
by soft_coder
… a developer. I am using jquery to create a
modal
dialog. I am using the following code snippets. Please…function () { $("#addaccount").dialog({ height: 'auto', width: 'auto',
modal
: true, autoOpen: false }); $("#addaccountlink").click(function (e) { $('#addaccount…
Re: Modal Dialog using jquery is not coming properly
Programming
Web Development
14 Years Ago
by soft_coder
You are right. I downloaded a new theme and implemented the
modal
dialog and it is working perfectly. Can you do me one more favour. How can I enable the help or "?" icon in the
modal
dialog. Thanks in advance. Have a nice day.
Modal Window API
Programming
Web Development
14 Years Ago
by vaibhav1983
Hi All, Does anybody know of some
Modal
Window API? I made a custom
modal
window for my website, but it gave problems in IE7. I need to put various forms like login, newsletter, etc into them. Thanks in Advance
Re: Modal Pop Up with multiple post back??
Programming
Web Development
13 Years Ago
by riteshsoniarya
Yes, you can use it for multiple postback. Use below code to display
Modal
Popup after postback event. This code should be part of that event only. Like in my case, I am using drop down list in model popup. So, i will use ModalPopupExtender1.Show() Here, ModalPopupExtender1 is the id of my
modal
popup. By, [snip]
modal window using javascript
Programming
Web Development
13 Years Ago
by weblion
…="form1" runat="server"> <!-- Begin
modal
window --> <div class="boxes"> <… that fills the screen: do not remove! --> <!-- End
modal
window --> <style type="text/css">…
Modal Dialog
Programming
Web Development
13 Years Ago
by arunsolo1984
I am reading the STATUS field from table CONTENT while
modal
dialog is being active, then after 10 seconds i have … showModalDialog() in javascript, when popup window was blocked, the javascript
modal
dialog was not appeared.
Modal Dialog Error help
Programming
Web Development
12 Years Ago
by jateshs1007
… the default ASP.net project file. I am making a
modal
dialog box for login with the help of a video… you mouse over and click on that area below Basic
modal
dialog title as shown in my [image1](http://postimage.org…
Modal Progress to be shown until bulk mail sending is over under button cli
Programming
Web Development
12 Years Ago
by korathualex
I want to show
Modal
Progress until whole process is over under button click ...I am doing bulk mail sending and
modal
progress has to remain until its over...Its disappearing after some time as the default time interval is 90 sec or so...
Re: Modal Progress to be shown until bulk mail sending is over under button cli
Programming
Web Development
12 Years Ago
by LastMitch
**@korathualex** >...I am doing bulk mail sending and
modal
progress has to remain until its over...Its disappearing after some time as the default time interval is 90 sec or so... Can you post your code?
Modal Function
Programming
Databases
18 Years Ago
by andyiain
Hi, Is there any way of finding the
modal
(most frequent) occurrence of a value. I know that mode …
Re: Modal Function
Programming
Databases
18 Years Ago
by pty
…=andyiain;249232]Hi, Is there any way of finding the
modal
(most frequent) occurrence of a value. I know that mode…
Modal Window
Programming
Web Development
15 Years Ago
by gpmmuthu
…,directories=no,status=no,linemenubar=no,scrollbars=no,resizable=no ,
modal
=yes'); } } </script> </HEAD> <body onLoad…
Modal Popup extender giving javascript error object required
Programming
Web Development
15 Years Ago
by ja3_bhende
I am usind ajax
modal
popup extender control.I used following code. </cc1:ModalPopupExtender&…
Modal Popup in Gridview
Programming
Web Development
14 Years Ago
by MARKAND911
I want to open a Ajax
Modal
popup when a linkbutton is clicked which is in gridview. please help me.
Re: Modal Popup in Gridview
Programming
Web Development
14 Years Ago
by rohand
… gridview. ========================================================================================== [QUOTE=MARKAND911;1227071]I want to open a Ajax
Modal
popup when a linkbutton is clicked which is in gridview…
Modal Dialog Box
Programming
Software Development
13 Years Ago
by Pascode
… trying for the past couple of hours to get this
modal
dialog box working, it is basically supposed to ask for…
Modal popup: not showing the right image
Digital Media
UI / UX Design
11 Years Ago
by karen.frias0316
…). now, I need those images to be displayed in a
modal
popup when users click on it. My problem is that…
Re: Populate Modal with ID Tag in PHP
Programming
Web Development
7 Years Ago
by patk570
…lt;div id="messageBody" class="
modal
-body"> Info Should Populate Here. …</div> <div class="
modal
-footer"> <button type="button…quot;btn btn-default" data-dismiss="
modal
">Close</button> </…
Create an update form using modal bootstrap
Programming
Web Development
4 Years Ago
by Spark_3
…</div> <div class="
modal
-body"> <form action="process…</div> <div class="
modal
-body"> <form action="process…; </div> <div class="
modal
-footer"> <button type="button&…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC