12.02.2013 Views

Community Building with ChatSpace Server Manual

Community Building with ChatSpace Server Manual

Community Building with ChatSpace Server Manual

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

isFloating()<br />

Example:<br />

<br />

<br />

<br />

This function returns boolean value (true or false).<br />

This function returns a non-zero (true) value if the client is currently<br />

floating.<br />

Example:<br />

<br />

<br />

<br />

// See if client is currently floating<br />

function checkFloat()<br />

{<br />

if (document.cs.isFloating())<br />

{ // This is the call being illustrated<br />

alert('<strong>ChatSpace</strong> Java Client is currently floating');<br />

}<br />

}<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

100

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!