Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sudipta Nandi 8 posts 27 karma points
    Feb 06, 2015 @ 15:24
    Sudipta Nandi
    0

    CRUD operation from Umbraco 7.2 Administrator control panel

    How I will perform CRUD operation on a custom table from Umbraco 7.2 Administrator control panel.

  • Sören Deger 733 posts 2844 karma points c-trib
    Feb 06, 2015 @ 15:46
    Sören Deger
    1

    Hi Sudipta,

    you can create a custom property editor or a custom dashboard with angularJS. With the angular controller you can call a webApiController. In the webApiController you can perform the CRUD operations, ie. with Peta Poco (http://www.toptensoftware.com/petapoco/) or with standard c# code.

    Hope this helps.

     

    Best,

    Sören

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 06, 2015 @ 16:11
    Jan Skovgaard
    0

    Hi Sudipta and welcome to our :)

    +1 for what Sören describes above - I just want to add that you can find more information about WebApi in Umbraco here https://our.umbraco.org/documentation/Reference/WebApi/ and you can learn a bit more about Umbraco and AngularJS here https://github.com/umbraco/AngularWorkbook (But be aware this describes how to use the WebApi to delivery data to a property editor, that can consume the data using the API)

    If you want to be able to administer your custom table from a custom section in Umbraco you can learn more about that here http://www.nibble.be/?p=440

    Hope this helps.

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft