Skip to product menu
Skip to main content

.floatwindow.visible()

This API can be used to control the visibility of the Float Window.

PARAMETERS

show: To display the Float Window.

hide: To hide the Float Window.

delayinsecs: Specify a time frame in seconds to induce a delay after which the float will be displayed.

Syntax

Copied$zoho.salesiq.floatwindow.visible(" show | hide | delayinsecs ");

Example

Copied<script>

$zoho.salesiq.ready=function()

{
   $zoho.salesiq.floatwindow.visible("4");   
}

</script>