sgodden / echo3ext20

Automatically exported from code.google.com/p/echo3ext20
Other
0 stars 1 forks source link

page icons missing under grid and form tab #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build the project
2. install the war under jetty
3. run the test app

What is the expected output? What do you see instead?
you can scroll pages but no icon is visible

What version of the product are you using? On what operating system?
latest checkout from svn. Windows xp

Please provide any additional information below.

Original issue reported on code.google.com by n.nour...@gmail.com on 29 Mar 2009 at 7:43

GoogleCodeExporter commented 9 years ago
Hi guys,

I just wanted to say I fixed the problem by adding the ImageReference and 
setIcon()
for each class button (FirstPageButton.java etc..) I don't know if this is the 
right
way but it works.

Thanks for creating this project I look forward to future add-ons.

Nima 

Original comment by n.nour...@gmail.com on 30 Mar 2009 at 2:37

GoogleCodeExporter commented 9 years ago
Hi n.nourozi,

Can you attach your changes as a patch file to this issue - one of the 
committers can
then check it's contents and apply to the current head.

Original comment by lloyd.colling@gmail.com on 27 Apr 2009 at 12:18

GoogleCodeExporter commented 9 years ago
hi Lloyd,

I'm sorry I don't know how to create a patch file but I can attach the files 
that I
modified and hopefully those will help.

Nima

Original comment by n.nour...@gmail.com on 28 Apr 2009 at 6:52

Attachments:

GoogleCodeExporter commented 9 years ago
Hi Nima,

The project is leaning more towards setting the visible properties using CSS 
rather
than the Echo3 XML Stylesheets or static resource references, so I've committed 
some
changes to make the paging buttons use the standard ExtJS paging toolbar button 
CSS
classes. If you want to change the image shown by the buttons, include a 
stylesheet
in your application that overrides the classes:

x-tbar-page-first
x-tbar-page-last
x-tbar-page-next
x-tbar-page-prev

Original comment by lloyd.colling@gmail.com on 5 May 2009 at 9:38