We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25322
    • 78 Posts
    Hi
    On a site I working on at the moment I have a pretty large pricelist which I am doing in a table which I dropped into a content tv. The client needs to be able to edit existing data in the table and add new data. They can edit the existing data but is it possible for the client to add rows to this table in quickedit mode or what is the best way for me to go about it? Thanks if you can help..











      • 7231
      • 4,205 Posts
      They can add a row in QE if you are using a RTE (Rich Text) type TV and edit the TinyMCE settings to include the table editing features to the editing tools. The wiki has info on activating the different editing options: http://wiki.modxcms.com/index.php/TinyMCE

      Another option would be to setup a database table for the prices and introduce a ’administration’ tool to add/edit/delete rows in the db. This would require a bit of work and understanding but may be a good idea.
        [font=Verdana]Shane Sponagle | [wiki] Snippet Call Anatomy | MODx Developer Blog | [nettuts] Working With a Content Management Framework: MODx

        Something is happening here, but you don't know what it is.
        Do you, Mr. Jones? - [bob dylan]
        • 25322
        • 78 Posts
        Excellent.. I think the table editing features in TinyMCE will work fine for this.. Thanks alot for your help