You can add completely custom actions to the drop down with the lCustomActions attribute of objectadmin<http://bugs.farcrycms.org:8080/confluence/display/FCDEV40/Formtools+Object+Admin>. The section on Custom Actions shows how to handle these actions with your code.
Blair On Nov 9, 2007 8:30 PM, Stephen Moretti <[EMAIL PROTECTED]> wrote: > > > On 09/11/2007, Chris Roth <[EMAIL PROTECTED]> wrote: > > > > > > How are the options under "action" for object admin created? For > > example, I want to be able to "edit" a dmnews object, but I can only > > "create Draft Object".. but with dmfile I can "edit" from the drop > > down. > > > > The difference between dmFile and dmNews is that dmNews has versioned > content and dmFile doesn't. > > What this means is that you cannot edit an approved dmNews record you can > only "create a draft object" or "send back to draft", which leaves the > approved version of that record visible to the outside world until you > approve the draft copy. This also means that you can roll back to previous > versions of the record from the history list. > > Editing a dmFile record, the change is immediate and doesn't maintain a > history for that record. > > Hope that helps > > Regards > > Stephen > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
