Questions tagged [rich-ui]
8 questions
6
votes
4 answers
Creating rich UI based on PNG images
How do I create rich UI in Delphi when I'm having set of PNG images provided? I need to "skin" the buttons / panels / page controls with PNG images.
PNG transparency must be supported.
Any components / solutions?
to make things clear:
I'm not…

migajek
- 8,524
- 15
- 77
- 116
1
vote
0 answers
Incorporating an image in the rich-ui treeview
I am using the Rich-UI plugin treeview feature in a Grails application. I have it working but was trying to see how to incorporate a pdf icon/image in the treeview to identify to the user they can launch a pdf from the link. Can someone explain to…

dobu102
- 13
- 4
1
vote
1 answer
Setting default time in grails rich ui's dateChooser
I want to set the default time in grails rich ui plugin's dateChooser feature.
richui:dateChooser name="fromdate" value="${old?.fromdate}"
format="dd.MM.yyyy" time="true"/>
I get the default time to be 00.00, How to set the default time an date if…

zade
- 165
- 3
- 14
0
votes
1 answer
EGL create iframe in handler
I use egl rich ui. I have a handler and i try to add an iframe in this. I found a code example but this does't work. What's going wrong following code?
handler Test type RUIhandler{initialUI =[ui], onConstructionFunction = start, cssFile =…

xarlap
- 157
- 1
- 2
- 14
0
votes
1 answer
Grails richui autocomplete passing object to function or updating object ID
I've got a table with a load of auto complete boxes in it which look like so...

MorkPork
- 844
- 3
- 20
- 41
0
votes
1 answer
richui autocomplete working with firebug only
I am using grails 2.1.0 and grails richui plugin 8.0 for autoComplete.
My problem is the autocomplete work if the firebug is on in firefox. In other browsers it doesn't work.However the ajax call is going to the backend as I am able to print the…

Mahi
- 1
0
votes
1 answer
convert date string to date in grails rich-ui datechooser
I have used rich ui's date chooser.
I get the value of date correct.
But if I want to set the value of richui's datechooser how is that done?

zade
- 165
- 3
- 14
-2
votes
1 answer
JSF or JSP 2 Tag Files for new project
I have a requirement to amalgamate functionality from some parked Java side-projects into a new application and am trying to make a decision on some of the third-party libraries to use, specifically relating to the UI. I would be very interested…

jc1001
- 384
- 2
- 9