kentico_michal
-
8/31/2011 6:59:19 AM
RE:Insert/Update/delete forms in Left menu
Hello,
1) Regrettably, this is currently not supported. You would need to develop a custom module as it is described in a documentation (http://devnet.kentico.com/docs/5_5r2/devguide/index.html?custom_modules.htm). To take some inspiration I would recommend to take a look at code in the following file: ~\CMSModules\CustomTables\Controls\CustomTableDataList.ascx that actually creates the Custom table interface. As you can see it uses a standard UniGrid control (http://devnet.kentico.com/docs/5_5r2/controls/index.html?unigrid_overview.htm)
2) At first, please make sure that the document type is assigned to appopriate site [Site manager -> Development -> Document types -> edit a document type -> Sites]. If it does not help, please check that the document type is listed among Child types of document type you want to create a document under. For example, if you want to create a document of CMS.News document type under a document of CMS.MenuItem, then the CMS.News document type needs to be specified in Child types of CMS.MenuItem document type [Site manager -> Development -> Document types -> edit a document type -> Child types].
3) Could you please describe this in more detail?
Best regards, Michal Legen
|