Jqgrid header background - image

I want to apply background image for jqgrid, I was referring to enter link description here
where it was mentioned few methods, but I am not sure of its usage, I am new to jquery and jqgrid can some can share sample code? thanks.

You can customize the jQuery UI Theme or just redefine ui-icon-asc and ui-icon-desc classes with another background. Look at the answer to very close question.

Related

The name of the GUI widget?

What is the name of the following GUI widget? I would like to use it in GWT.
Thanks
That type of widget is usually known as a carousel. Sometimes people also call it a slide show or slider.
You can see a demo of a GWT MaterialCarousel. By default it only shows one item at a time, but you can configure it to show multiple items as per your picture.
The domino-kit ui framework also has a carousel.
https://demo.dominokit.org/components/carousel

How to add RichText editor to a page as component in HippoCMS?

I'm creating some project using HippoCMS 10 and I need to add RichText editor as part of the page, so that customer can use it and fill something there. This editor must act exactly the same way as in Document Editor (customer can click Image button in toolbar and select image from ImagePicker dialog box).
Can't find anything about it in HippoCMS official documentation. I learned how to create custom plugins and how to integrate CKEditor into page separately, but for image picking, I need default behaviour as in Hippo.
How can I achieve this? Any help will be appreciated!
I think your question was answered on the community group. The answer there was:
"it should be quite easy to have a CKEditor in the website.
However, it doesn't really make sense to me to have site visitors able to pick CMS documents and images from the site. The picker dialogs are designed to work inside the CMS only. You should be able to create your own picker dialog that can read from a REST service that exposes the images/documents.
I don't think it will be possible to reuse the CMS picker dialog in the site."
and
"your use case is fine, when I said "it doesn't really make sense", I was really referring to the technical limitations of the pickers. You should be able to achieve what you want with a custom dialog that plugs into a REST service though. Unfortunately there is no quick solution for this that I can think of."
Just adding this for future reference.

How to customize the html of the course box in Moodle?

I need to customize the html structure of the course box in the Moodle.
I'm new to moodle so please help me!
/course/renderer.php
Inside that file I found several functions that generate coursebox html.
But I'm wondering it is no problem to update that functions or not.
Is there anyway to override course renderer in moodle?
Thanks
Actually you can do just that if you create your own theme. The moodlewiki has a page on that:
Overriding a renderer

jqgrid and tinyMCE or FCKEditor

I've been trying for ages to add any kind of editor to jqGrid. so basically i want to be able to select a row and a modal opens and if it's type= textarea to show the editor.
Is this possible?
I found a lot of post with vague snippets of code but no real implementation.
Any help will be much appreciated.
Thanks.
Andrés.

Modal popup in Classic ASP?

I write in .NET and in classic ASP.
I want to create a modal popup in ASP, like in .NET how the parent page can be disabled and turned a different color.
Is this possible in ASP?
Or is there no easy solution to get this done?
If possible...how?
You're going to use Javascript to make something like that, I'd recommend you use jQuery. There is a lot of prebuilt libraries to help you do that.
For the modal box, you might start with the jQuery Dialog.
Just use a javascript library to do this. jQuery is a popular choice and there a number of plugins to do this.
jqModal
thickbox
Yes, of course, but if you are writing the Javascript yourself, you can just create a hidden DIV tag that has the same exact page rendered, but with a 15% gray - transparent .gif file that sits on top of what is displayed. Then you change that DIV tag to visable when the Modal dialog is launched, and change it back when it's closed. Simple.
There are some great JS libraries out there that can help you.
I like jQuery and YUI for their ease of use.
Try this link and look around at some of their Panel offerings.. all of which have a Modal setting that will grey out the background.
http://developer.yahoo.com/yui/examples/container/panel-loading.html
Good Luck~
" how the parent page can be disabled and turned a different color"
You can use the ibox javascript, I have used it with good results.
http://www.ibegin.com/labs/ibox/
I'd put a vote in for stickywin from the clientcide site. Its all Mootools bases and very sweet to use.

Resources