Welcome to Dovetail Software Blogs : Sign in | Join | Help

Browse by Tags

All Tags » javascript   (RSS)
DeleteById in Dovetail SDK
In the Dovetail SDK, there is a DeleteById method on the ClarifyGeneric object . This is useful when you know the objid of the record you want to delete. Perhaps the objid is posted to a web page, or you've pulled it out of a relation column from a different Read More...
A handful of presentations on JavaScript and jQuery
John Resig (creator of jQuery) recently posted a bunch of his presentations online , focused on JavaScript and jQuery. Check 'em out. I'm fast becoming a huge fan of jQuery , and we're now using it a lot more within Dovetail Agent . Not only is the library Read More...
Pretty Dates in JavaScript
A common way of expressing dates nowadays is to represent them as an approximate age. For example, rather than saying something happened at 5/5/2008 4:21:01 PM , we can say it happened one minute ago . I wanted to use this in DovetailAgent to show the Read More...
Hierarchical drop-downs in Dovetail Agent
Many customers use hierarchical (multi-level) drop-down lists in their Clarify/Dovetail implementations. So, when one level of a select list changes, the down-level lists change as well. Clarify allows up 5 levels for a list. As an example, in baseline Read More...
Using modern JavaScript libraries to create a better user experience in fcClient
Over the last couple of years, a number of very useful JavaScript libraries and frameworks have been introduced that make it tremendously easier to build rich web applications. A few of the more popular ones: Prototype Script.aculo.us MooTools These frameworks Read More...