All Questions
Tagged with jquery-ui-dialog css
171 questions
0
votes
0
answers
26
views
Jquery dialog big white x for close style
How can I make the close button for a jquery dialog modal bigger and white like this White Close image I've tried taking out the image url and using other styles but to no avail going to try to modify ...
1
vote
1
answer
2k
views
Dropdown menu is cutting off in jquery ui modal dialog
Using select2 in jquery.ui.dialog.
The problem is when the dropdown menu is open it won't overflow outside the dialog as the native <select> does but just pushes the dialog height bigger.
How to ...
1
vote
1
answer
562
views
Select2 apply on @Html.DropDownList Jquery UI dialogue having small width?
I am working in MVC# and I have a div that I open as dialog using jQuery as shown below:
<div id="dialog">
<form action="" method="post" dir="ltr"&...
1
vote
0
answers
358
views
Print content of a jquery-ui dialog box using @media print
The issue is generate a pdf document of a specific content.
The content of this document is being generated dinamicaly via javascript and being appended(jquery) inside a jquery-ui dialog.
The css @...
0
votes
1
answer
198
views
Remove Particular style from jQuery UI Dialog
The links that are part of text in the jQuery UI Dialog gets a black color from ui css using the class ui-widget-content. I can override and apply new color to the content. But i want that css from ...
-1
votes
1
answer
494
views
Jquery datatable calculates wrong width
I have a jquery datable which i initialize as follows:
$('#tableElement').DataTable(
{
"columns" : [
{
"width" : "40%"
},
{
...
0
votes
1
answer
50
views
jquery-ui: Dialog not opened at vertical center
I have a jquery ui dialog which is defined as this:
$('#processPosition').dialog({
autoOpen : false,
open: function ()
{
dialogProps.originalContent = $(...
0
votes
1
answer
917
views
JQuery UI Dialgo modal's title html tags is not rendered
I am currently adding modal to my application. When modal is displayed it also shows the html tags inside modal title.
As you see dialog title is not rendered and it shows html tags. Here it is dialog ...
0
votes
1
answer
38
views
jQuery UI Dialog Random CSS attribute
it is my first post here, so I hope to do it correctly.
I'm trying to assign a random value to a series of dialog widget in order to skew each of them differently between 0 and 10deg.
Unfortunately ...
0
votes
1
answer
340
views
How to make a div container automatically fit it's child element with fixed size in IE11
I am using a jquery UI dialog to show some label-field pairs, the field could be a textarea and has a pre-configured fixed size.
I set the width and height of the UI dialog to auto, so it can fit ...
1
vote
1
answer
193
views
How create my jquery ui custom dialog?
Hi I need to create this design from jquery ui dialog and I do not know where to start
I have several problems because it takes the jquery libraries ui and I do not manage to reach my goal
This is ...
0
votes
1
answer
781
views
CSS Drop Down Menu behind JQuery Dialog
The drop down menu is currently showing behind the JQuery dialog box. I'd like to show the drop down menu in front of the dialog box. I tried to change the z-index, but no luck.
$( function() {
$(...
0
votes
1
answer
67
views
jQuery UI dialog wont close on tap when called but will open
So I'm having a hard time figuring out why my dialog boxes wont close when I they're "tapped" out of. So far I've tried document, window, .ikon_picmap as selectors for the dialog close. No luck. ...
-3
votes
4
answers
830
views
How to set jQuery dialog's titlebar's background color?
My page has 2 jQuery dialogs. When page is generated both <div> elements have the same class definitions:
<div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix">...
2
votes
2
answers
1k
views
jQuery UI dialog stops resizing automatically after it has been dragged
I have a jQuery UI dialog which contains a form than can be expandable depending on the choices the user makes: https://i.sstatic.net/7oTxm.png.
For instance, if the user changes the "answer type" to ...