Is there a way to make a condition to call the connerct server?
only call when you have a parameter in the url
Is there a way to make a condition to call the connerct server?
only call when you have a parameter in the url
You want to execute the scheduler1.start()
on load only when the parameter is set?
Try changing the expression for the load event to query.post ? scheduler1.start() : null
.
@patrick
i have made a feature request to make this doable from the formater
conditions are needed almost in any application
Thanks It worked coollll