Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Help Adding Buttons to WebDialogWindow Header
posted
I’d like to be able to add an Edit and a Print button next to the Close button in the header of a WebDialogWindow. Any suggestions on where I can start to look for a solution to the problem? Thank you

 

  • 2636
    posted

    Boon
    TinyMCE wont let me add the slimy little hack for you so I am going to try and just explain it lol...

    Basicly what you will want to do (and I cannot stress the word slimy hack enough)
    Open WebDialog
        Header
             HeaderAttr=CaptionText
             CaptionText Value=
             Start Div style=float:left;
                     My Header Caption
             End Div
             Start Div style=float:right;
                    Start Div style=float:left;
                         IMG SRC
                    End Div
                    Start Div style=float:left;
                         IMG SRC
                    End Div
                    Start Div style=clear:both;
                    End Div
             End Div
        Close Header
    Close WebDialog

    This will do what you are trying to achieve... Enjoy