In display tag how to display fixed table header 

Richard


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Monday, May 01, 2006 11:24 PM
To: [email protected]
Subject: displaytag-user digest, Vol 1 #1101 - 4 msgs

Send displaytag-user mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/displaytag-user
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of displaytag-user digest..."


Today's Topics:

   1. [displaytag - Open Discussion] editable displaytag
(SourceForge.net)
   2. Column Reordering (Solanki, Vinay V.)
   3. table header (fea jabi)
   4. Invoking Javascript function from <displaytag:column> (Solanki,
Vinay V.)

--__--__--

Message: 1
To: [EMAIL PROTECTED]
From: "SourceForge.net" <[EMAIL PROTECTED]>
Date: Mon, 01 May 2006 00:58:20 -0700
Subject: [displaytag-user] [displaytag - Open Discussion] editable
displaytag
Reply-To: [email protected]


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3708510
By: csbened

I would like to join as a developer to this group, and add my
contribution. 
I created a some of components, to be able to use this component as an
editor. 
I worked with 1.1 downloaded around 3 March so, it might require some
code merging
...

So I have added :
Column can be a 
- textbox, select, checkbox, button, popup, calendar
- parameters are type, target (the list for select),
paramId (for popup, select, checkbox)
Table will have 
- selectedItem - the name of the writeback object
- selectedIndex - the uniqueId of the row
- editall - mode of editing - Essentially I work with
3 modes of editing :
--- one row - using edit and delete links
--- bycheck - using checkboxes to select which row to
edit
--- all - editing all rows

It is compatible with Struts, I have added a Struts
example to the code.
Esentially I have created a new the library (for
backward compatibility) EditTabletag and EditColumnTag
and a special EditDecorator 

I had to modify some existing 1.1 components in order
to be expandable:
- mainly I changed private attributes to protected (I
don't know why you use private at all)
- I had to modify Cell.getValue to add a new decorator
- in some places Tabletag and ColumnTag to make it
more overwritable (esentially, by adding things like:
if (<what>==null) { 
original code to initialize <what>
}
- and
if (decorator instanceOf EditDecorator) { 
editdecorator related stuff
}

I would be gratefull if someone would help
 me how to commit the code ... I am not a CVS expert
(using SVN )

I have wiki articles if required. 

Please help me in commiting the code and testing it in the original
form. 
I am using eclipse/tomcat, so I reorganized the code and tested that way
...


Regards, 
Csaba
 


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249317


--__--__--

Message: 2
Date: Mon, 1 May 2006 13:23:41 -0400
From: "Solanki, Vinay V." <[EMAIL PROTECTED]>
To: <[email protected]>
Subject: [displaytag-user] Column Reordering
Reply-To: [email protected]

This is a multi-part message in MIME format.

------_=_NextPart_001_01C66D43.FDADEA22
Content-Type: text/plain;
        charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Can I change the column order of the displaytag table on the fly, say
when user do a drag and drop.=20

Is it possible to modify using a javascript function ?.

Vinay Solanki
Goldman Sachs
1 New York Plaza
Email- [EMAIL PROTECTED]


------_=_NextPart_001_01C66D43.FDADEA22
Content-Type: text/html;
        charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7232.39">
<TITLE>Column Reordering</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=3D2 FACE=3D"Arial">Can I change the column order of the =
displaytag table on the fly, say when user do a drag and drop. </FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Is it possible to modify using a =
javascript function ?.</FONT>
</P>

<P><FONT FACE=3D"Garamond">Vinay Solanki</FONT>

<BR><FONT FACE=3D"Garamond">Goldman Sachs</FONT>

<BR><FONT FACE=3D"Garamond">1 New York Plaza</FONT>

<BR><FONT FACE=3D"Garamond">Email- [EMAIL PROTECTED]</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C66D43.FDADEA22--


--__--__--

Message: 3
From: "fea jabi" <[EMAIL PROTECTED]>
To: [email protected]
Date: Mon, 01 May 2006 13:39:05 -0400
Subject: [displaytag-user] table header
Reply-To: [email protected]

may not be displaytag stuff.

have a column header under which again I'll have 3 columns.

Have to make one the column header as below. how to do this?

Tax income is one of the column heading. there are others too

As
                             Tax Income
Loans             |         Deposits     |           Others |
                     |                          |                     |
                     |                         |                      |


have to make table headers as below too, how to do this too?

Loan
%
FII

Thanks.

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/



--__--__--

Message: 4
Date: Mon, 1 May 2006 14:27:32 -0400
From: "Solanki, Vinay V." <[EMAIL PROTECTED]>
To: <[email protected]>
Subject: [displaytag-user] Invoking Javascript function from
<displaytag:column>
Reply-To: [email protected]

This is a multi-part message in MIME format.

------_=_NextPart_001_01C66D4C.E971D40D
Content-Type: text/plain;
        charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Is there a way to invoke javascript function from <display:column> ?.

Vinay Solanki
Goldman Sachs
1 New York Plaza
Email- [EMAIL PROTECTED]


------_=_NextPart_001_01C66D4C.E971D40D
Content-Type: text/html;
        charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7232.39">
<TITLE>Invoking Javascript function from =
&lt;displaytag:column&gt;</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=3D2 FACE=3D"Arial">Is there a way to invoke javascript =
function from &lt;display:column&gt; ?.</FONT>
</P>

<P><FONT FACE=3D"Garamond">Vinay Solanki</FONT>

<BR><FONT FACE=3D"Garamond">Goldman Sachs</FONT>

<BR><FONT FACE=3D"Garamond">1 New York Plaza</FONT>

<BR><FONT FACE=3D"Garamond">Email- [EMAIL PROTECTED]</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C66D4C.E971D40D--



--__--__--

_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user


End of displaytag-user Digest


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to