callout function is used to interact with server while script is running in javascript. Whats the function of inline then ? I looked at the code and callout function is called by the inline function. whats the advantage of using inline function ?
Inline is run before the DCT is instantiated, FormAPI is run while it is being changed. Inlines run when viewed. FormAPI does not. Inlines run on the server, much easier than the callserver in FormAPI