cancel
Showing results for 
Search instead for 
Did you mean: 

Share's datatable property type

msvoren
Champ in-the-making
Champ in-the-making
Hi everyone!

I was playing around the other day with Share form component and controls which display properties. Realized that using custom control to display property gives me unlimited power on how to display things. So, this is something I came up with - datatable property type.

What this does is - takes the value of textfield, which is stored JSON string, and displays it as datatable.  Text field is hidden at the time. Modifying datatable values updates JSON string in textfield.

You can configure every text field to display as datatable just by attaching this control to that textfield inside share-config-custom.xml and configuring datatable columns in config parameter.

Please, take a look if you're interested,
waiting for your comments and suggestions!

You can find this project on Google code:
http://code.google.com/p/alfresco-share-datatable-property-type

together with documentation and screenshots.

View mode:
[img]http://alfresco-share-datatable-property-type.googlecode.com/files/dtp-view.png[/img]


Edit mode:
[img]http://alfresco-share-datatable-property-type.googlecode.com/files/dtp-edit.png[/img]
7 REPLIES 7

mikeh
Star Contributor
Star Contributor
Nice customisation!

Cheers,
Mike

kevinr
Star Contributor
Star Contributor
Indeed, very nice!

Kev

msvoren
Champ in-the-making
Champ in-the-making
Thank you!  Hope it will be useful to someone.

charleston
Champ in-the-making
Champ in-the-making
Hi, I would like to use this but it seems, that I'm doing something wrong.
I'm trying to use the "./tomcat/shared/classes/alfresco/web-extension" and "./tomcat/shared/classes/alfresco/extension" directories, but I can't see any way to use this in share afterwards.
Could you explain exactly how to install and use this?

vchiluku
Champ in-the-making
Champ in-the-making
i am trying to use this extension in 4.0.1 version and when i try to edit property i am getting "excepted ( after for " error message. are you able to install this extension. if so can you tell how you resolved issue.

vchiluku
Champ in-the-making
Champ in-the-making
Hi Charleston,

are you able to resolve this and deploy

Thanks,
Venkata

isaacrojas
Champ in-the-making
Champ in-the-making
I try to implement this custom in Alfresco Enterprise 4.1.5 but it doesn't works. Any suggestion?.

Thanks in advance.