Workflow Soluiton

 View Only
  • 1.  Component Ideas

    Posted Feb 06, 2014 04:43 PM
      |   view attached

    I am working on building out version 2 of my IT ticket system using workflow and I am building in a ticket thread tracker.

     

    RIght now  I am using the data grid and it is just rubbing me the wrong way. I want to see if there is a component that can make the thread look like the one pictured in the bottom of the attached image.

     

    Thanks 



  • 2.  RE: Component Ideas

    Posted Mar 27, 2014 10:10 AM

    No component for that.

    As a workaround you could use a merge html component and include custom css?

    Not an easy solution but if you want that look and feel you probably need to create it yourself.

     

    A list item might also work with some style, but I haven't tried that one myself.



  • 3.  RE: Component Ideas

    Posted Mar 27, 2014 03:37 PM

    The WF Component API is open and available (somewhere), and you should be able to spin up your own non-FormBuilder comps pretty quickly, provided you have can compile a project to .NET framework 3.5

    FormBuilder comps are a little trickier. These comps require renderers/editors in addition to the class, and those classes are sealed in WF (i.e. you can't inherit from them). In this case you have to "roll your own".