User Tools

Site Tools


forum:alfresco:custom-action

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

forum:alfresco:custom-action [2008/05/26 09:26]
sebastian
forum:alfresco:custom-action [2023/11/19 22:46] (current)
Line 233: Line 233:
         return targetSubFolder;​         return targetSubFolder;​
     }     }
 +
  
     /**     /**
Line 301: Line 302:
  
 The file has to be saved in conf/​alfresco/​extension The file has to be saved in conf/​alfresco/​extension
 +
  
 ==== Part 2: Making the action available to the web client ==== ==== Part 2: Making the action available to the web client ====
Line 480: Line 482:
    <​!-- initialisation. Overwrite this file with your custom version. ​  ​-->​    <​!-- initialisation. Overwrite this file with your custom version. ​  ​-->​
    <​!-- *************************************************************** -->    <​!-- *************************************************************** -->
 +
        
    <​managed-bean>​    <​managed-bean>​
Line 540: Line 543:
         <!-- Actions Menu for Document Details screen -->         <!-- Actions Menu for Document Details screen -->
         <​action-group id="​doc_details_actions">​         <​action-group id="​doc_details_actions">​
-            <action idref="​quitck_checkout_doc" />+            <action idref="​quick_checkout_doc" />
         </​action-group>​         </​action-group>​
     </​actions>​     </​actions>​
Line 549: Line 552:
  
 ===== TODO ===== ===== TODO =====
-  * The bean classes shouldn'​t reside directly in the alfresco.war deploy dir+  * The bean classes shouldn'​t reside directly in the alfresco.war deploy dir. This can be achived by packaging the files into an Alfresco module (.amp) file.
-  * The doQuickCheckout method of QuickCheckoutBean contains the name of the target subfolder. This should ​be given as a parameter. +
-  * Add icon, title, description to the automatically created space.+
  
 ~~DISCUSSION~~ ~~DISCUSSION~~
forum/alfresco/custom-action.1211794011.txt.gz · Last modified: 2023/11/19 22:45 (external edit)