• UX - CSS Pseudo Selectors - Indicate Required and More!

    One thing that irks me is submitting a form that isn't complete and not having an indication of what is missing until after attempted submission. We could color all the labels differently than the non-required, but I really wanted an asterisk in red…
  • UX - Secondary Nav - Goto Form(s)

    I want to get this View/Form(s) data from the SOAP response that happens between the selection of an ItemType and the building of that IT's Secondary Nav. I then want to use my new friend, aras.uiShowItem("Form", the_form_id) to go straight to the…
  • UX - Automatic wildcard - Simple Search

    How would I intercept this SOAP query being built to say, "If no ending wildcard, add asterisk." Req URL:[POST] http://localhost/InnovatorServer12/Server/InnovatorServer.aspx ContentType: XML Node name, label , with condition="like" (can't post…
  • UX - Collapse TOC - v12

    I'd really like to collapse this tree dijit widget. I know it is possible: https://dojotoolkit.org/reference-guide/1.10/dijit/Tree-examples.html onclick="mytree.collapseAll();" But, where!? This should be a simple button add and oh-so-convenient…
  • Grid on WYSYWIG Forms Editor

    I'd like this added to the body style of the iframe that is loaded in the Forms Editor (html.html_edit_form body.claro.body_edit_form). background-size: 12px 12px; background-image: linear-gradient(to right, #2000ff30 1px, transparent 1px), linear…