Displaying 4 results from an estimated 4 matches for "colorbox".
2012 Oct 24
0
Announce: Puppet Dashboard 1.2.13-rc1 Available
...ion of 1.2.13-rc1:
http://projects.puppetlabs.com/projects/dashboard
Documentation is available at:
http://docs.puppetlabs.com/dashboard/index.html
==================================
## Puppet Dashboard 1.2.13-rc1 Bug Fixes ##
==================================
(#17161) Fix stylesheet URLs for IE colorbox images
The colorbox CSS looks for the IE images in
/images/internet_explorer. The correct location is
/stylesheets/images/internet_explorer.
Update debian and redhat init script to use INT instead of term to stop
Previously the debian init script didn''t pass --signal to the
s...
2012 Dec 05
1
Ajax response in a modal box
...t).ready(function() {
var clicked1;
$(".inline").click(function(e) {
clicked1 = $(this).text();
$.ajax({
type: ''GET'',
url:''/controller_path'',
async: false,
data:{ foo1:clicked1
},
success:function(data){
$(".inline").colorbox({inline:true,
width:"35%",height:"200px"}).show();
}
});
});
});
And my div is hidden at the beginning.
<div class="inline" style="display:none;">
</div>
I want to display the controller response in the div and show it as a
modal box.
I am ge...
2012 Jan 05
6
assest pipeline how to exclude some css files?
.../*
* application-internet.css
*
*= require_self
*= require_tree ./internet
*/
and applicatiion_intranet.css
/*
* application-intranet.css
*
*= require_self
*= require_tree ./intranet
*/
to include only the css under the two directories.
application.css is:
*= require_self
*= require colorbox
*= require jquery.multiselect
*= require superfish
*= require_directory .
*/
What can I do if I want to exclude the files under internet and
intranet directories?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to th...
2012 Nov 05
3
Announce: Puppet Dashboard 1.2.13 Available
...affected version of 1.2.13:
http://projects.puppetlabs.com/projects/dashboard
Documentation is available at:
http://docs.puppetlabs.com/dashboard/index.html
===============================
## Puppet Dashboard 1.2.13 Bug Fixes ##
===============================
(#17161) Fix stylesheet URLs for IE colorbox images
The colorbox CSS looks for the IE images in
/images/internet_explorer. The correct location is
/stylesheets/images/internet_explorer.
Update debian and redhat init script to use INT instead of term to stop
Previously the debian init script didn''t pass --signal to the
s...