Beispiel #1
0
                                        <p style="text-align: justify">
                                        Facebook Logout button is used to break application connection with Facebook. After logout is made,
                                        it is impossible to get any more data from Facebook or to use some of the UI features implemented in the toolkit.
                                        Logout button can be implemented as button, link, image, or auto open on page load.

                                        <br /><br />
                                        For all details about the control, with descriptions of all optional properties, please visit:<br />
                                        <b><a href="http://faceconn.com/facebook-logout-button">Facebook Logout Button Tutorial</a></b>.</p>
                                        <br />

                                       <?php 
$logout = new LogoutButton();
$logout->SetOnLogoutJavaScript("alert('Logout executed')");
$logout->SetOnLogoutSubmitForm("form1");
$logout->SetCssClass("faceconn_button");
$logout->SetCssStyle("width:170px");
$logout->Render();
?>
                                        <br /><br />
                                    </div>
                                    <br />
                                    <?php 
include 'SessionCheck.php';
?>
                                </form>
                                
                                
                                <div style="width:605px">
                                    <center>
                                        <br />
                                        <a href="http://faceconn.com" id="tutorialbtn" runat="server" target="_black"><img src="images/tutorialbutton.png" alt="" /></a>