hi everybody,
I have problem, please let me know how to solve this.
scenario is like
I have created the user control
TimeSheet which has a timesheet grid
and Add Activity button at the top.
On click of Add Activity button a
AJAX Modal Popup come up which has a
ifram in it which intern display
ProjectActivity.aspx page.
now AJAX Mod...
I have an iPhone app, with a tab bar controller. Before the tab bar is loaded, I present a modal view for registration. Once registration is completed this view is dismissed, and the tabs appear, with the "News" tab selected. For some reason, even though the News view is displaying, the viewDidLoad method of the News class is not being c...
new to jquery, and going for some mighty challenging things right off the bat.
i'm creating a portfolio website where the homepage contains images as links.
when the user clicks on the links, instead of load to a new page,
i would simply like a transparent overlay to occur, so that you can still see the content of the new page laid ove...
Hi. I'm looking for a script, preferably a jQuery plugin, to display a modal window when entering my website (whichever page) but only once during the same browsing session, so when the user closes and reopens the browser he sees the modal window again in my website.
Can somebody help me?
Thanks
...
Hi Can anybody help on how to integrate thickbox(http://jquery.com/demo/thickbox/) for MooFlow(http://www.outcut.de/MooFlow/example-milkbox-bridge.html) slide show.
My requirement is: need a modal window with html content (details of the photo) when i click on a photo.
Thanks in advance.
--Nehatha
...
Hi everybody!
I 'm running currently into a situation for which i cannot find a solution:
In a WPF application i 'm opening several user controls in a tabcontrol. So every tabitem has different things loaded(e.g. customer,supplier, article, warehouse,...).
In the customer tabitem i want to delete the selected customer, so i want a pop...
So have a stack with three view controllers where A is root, B is first modal view controller and C is third modal vc. I would like to go from C to A at once. I have tried this solution to dismiss.It does work but not in a correct way. That is when the last view controller is dismissed it will breifly show the second view controller befo...
Okay... I am still fairly new to using jquery and javascripting. I have successfully implemented the Jquery FullCalendar on my site and linked it to GCal events.
Is there any way I can have the events, when clicked, to popup in a Modal Window? ie. just like how the embedded calendar that google provides.
My code:
$(document).ready(fu...
Hi,
I cannot get the following code to work in IE8, it works fine in Firefox.
A user clicks a link to add a property to their favourites list. When clicked I use jQuery to load the page into a modal. If they click the same link again the code needs to rerun so it will display "already added". In IE it just displays the original modal w...
If you have a UINavigationController's UIViewController present a UITableViewController (TVC) modally, is there a way for the TVC to display the UINavigationBar of its parentViewController? Or, should I have it create a new UINavigationBar, item, buttons, etc. for the modal TVC?
...
I wrote a module that uses the Ctools Modal Window to serve a form wizard. I would like to switch to using the Modal Frame API (which uses the JQuery UI Dialog as the modal). If someone has some experience making this type of switch in their code and can give me some pointers, I would appreciate it.
Thanks,
David
Update:
So I fin...
I have some data that is broken up into sections, much like the Resume feature of StackOverflow Careers (it's not resume data, though), that is editable/create-able via a jQuery web app. It's a bit more hierarchical (jobs can have sub-jobs, etc.) so depending on what method of CRUD I take, it means differing amounts of work. I don't mind...
Hi all
Here is my problem, Im trying to present a modal view in front of a view with a Navigation Bar.
I managed it fine with my Login modal view, which was presented by the RootView of my application.
But this time the modal view is presented by one of the views of a CustomTabBarController (like in the Tweety app, I created it myself t...
If I'm using the colorbox plugin, how do I submit a form via ajax and then make a new modal out of the response? For example, the user clicks a link and a modal pops up. They fill out the form and click submit and then the modal should change to the next form. Then they fill out the next one etc...
...
Hi –
I am using MVC 2 and JQuery with JQModal to create forms dynamically and am having an issue with closing a Modal window that is opened on top of another modal window using Jquery .trigger and .bind to catch the event triggered.
The associations for example are:
Companies -> address / contacts/ communication ( selectable from...
At the moment i have this code:
<!-- modal content -->
<div id="osx-modal-content-1">
<div id="osx-modal-title">OSX Style Modal Dialog</div>
<div class="close"><a href="#" class="simplemodal-close">x</a></div>
<div id="osx-modal-data">
<h2>Hello! I'm SimpleModal!</h2>
<p>SimpleModal is a lightweight jQuery Plugin w...
a button's IBAction in windowA calls runModalForWindow:windowB.
windowB becomes key and modal.
windowB has a popUpWindowDatePicker which calls stopModal upon display, and then popUpWindowDatePicker becomes key, and windowB resigns key and is not modal. no window is modal at this point.
when popUpWindowDatePicker is dismissed, its didR...
I am trying to do a modal view inside the SplitView template.
I can make one, but if you turn the device or just press on the modal view, it dissapears behind everything.
How can I make a full screen modal view ? I have tried every modal style but the modal view will never stick around.
...
In a page there is an activex control as well as a button whose onclick opens an ajax modal popup. The problem i face is that whenever the button is clicked the ajax pop up loads behind the activex control and thus it is hidden.So I am not able to use that control at all.
I have not found a proper solution to this. I tried a solution wh...
I have a form (TBigForm in the example below) which allows to manipulate some complex data and needs additional information to be shown. I put this info in a fsStayOnTop form (OnTopForm in the example) to ensure it's always visible but can be moved out of the way if necessary. Now when some user action in TBigForm shows a modal form this...