I am not familiar with the implementation of inline edit box, but
generally, you can either specify the assets used for save and cancel
buttons as bindings in the component definition, or if all else fails,
you can always subclass the component in order to make a custom one.

As for the table, you can already specify custom html to be rendered
within any given column, by just just creating a Tapestry Block
component that contains the content you want rendered in each cell of
that column, and then name the Block after the column
('<columnName>ColumnValue,' I think, but the documentation is out
there if I am incorrect).  The table component will find it
automatically.

--sam


On 6/28/06, Peter Stavrinides <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hi All
>
>
>
> First I would just like to say that I have been using Tacos for only a fews
> days now and I think it's superb!
>
>
>
> Second, my question:
>
>
>
> Is it possible to extend some of the components, or to create customizations
> of existing componets etc? What I need to do is create a Table component
> that has editable cells that work similar to the InlineEditBox (without the
> big save and cancel buttons though.) Ideally they should be replaced with
> small icons or key capture events once in edit mode. I don't mind writing
> these components from scratch but I am not sure how to extend the framework…
> or if this is even possible!
>
>
>
> Any help will be very appreciated.
>
>
>
> Peter
> 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&kid=120709&bid=263057&dat=121642
>
> _______________________________________________
> Tacos-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/tacos-devel
>
>
>

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&kid=120709&bid=263057&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to