cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Editor CheckInCheckOutBean

cgonzalez
Champ on-the-rise
Champ on-the-rise
Hi,

I want to know how to develop a custom editor for a specific type of content.

I'm using alfresco 2.1.0 i want to know where can i find the source of the CheckInCheckOutBean

Thanks
5 REPLIES 5

rivarola
Champ on-the-rise
Champ on-the-rise
Hello,

You can start your reads here : http://wiki.alfresco.com/wiki/Developer_Guide

bensonfungcms
Champ in-the-making
Champ in-the-making
Hi,

I went through the link, it doesn't tell where CheckInCheckOutBean is.  Furthermore, do you have information/guidelines that how to enhance the existing CheckInCheckOut functionality?


Thanks

bensonfungcms
Champ in-the-making
Champ in-the-making
Hi,

I went through the link, it doesn't tell where CheckInCheckOutBean is.  Furthermore, do you have information/guidelines that how to enhance the existing CheckInCheckOut functionality?


Thanks

bensonfungcms
Champ in-the-making
Champ in-the-making
Please just download the Alfresco sdk.  You will see the source of org.alfresco.web.bean.CheckinCheckoutBean.

dpalmeira
Champ in-the-making
Champ in-the-making
Hi, I have the same problem, I need to develop my own custom content editor (create and edit) WIZARDS!

How can I modify CheckinCheckoutBean to make custom wizard content editor?

Looking inside this class I saw that it HARDCODED the dialog navigation… I'm not sure what can I do to develop my own editor.

Thank you for your help