using c5 popup's?
Permalink 1 user found helpful
I am building a package that will be using a popup window. Is there a way for us to load content into c5's built-in popup windows?
Can I call this pop up when not in edit mode? I am trying to create a modal box for a form.
WJ
WJ
yes you can but if you want something nice i would look at something like Lightbox or Colorbox etc
I am having a tough time getting ANY jQuery to work.
Recently I tried the jQuery.noConflict() method and replaced all the $ in the code.
I also have tried putting it in the Extra Headers attribute.
So whats the proper way to add jQuery customizations?
Recently I tried the jQuery.noConflict() method and replaced all the $ in the code.
I also have tried putting it in the Extra Headers attribute.
So whats the proper way to add jQuery customizations?
or there's this:
http://www.concrete5.org/marketplace/addons/popup/...
http://www.concrete5.org/marketplace/addons/popup/...
Hi, I am trying to get tis to work but if I use your example it just opens a pop-up (good!) but then immediately closes it with no error otherwise (bad).
I dont get any errors to the console, so not sure what is happening??
<a href="" onclick="openwindow(); false">Open a popup</a> <script type="text/javascript" charset="utf-8"> function openwindow(){ $.fn.dialog.open({ width: 750, height: 650, modal: false, href: "http://www.google.com/", //href: CCM_TOOLS_PATH + "/sitemap_search_selector.php", title: "my popup" }); } </script>
I dont get any errors to the console, so not sure what is happening??
The example opens the file manager..