xwidgetsoft on DeviantArthttps://www.deviantart.com/xwidgetsoft/art/How-to-fit-screen-Height-width-265733817xwidgetsoft

Deviation Actions

xwidgetsoft's avatar

How to fit screen Height width

By
Published:
2.6K Views

Description

How to fit sreen height/width in XWidget skin:

1. switch to Widget's Event panel, DoubleClick the "OnLoad" will auto create a function of "OnWidgetLoad()"

2. Write javascript code at there :

------this is fit screen height code:-----------------

widget.top = workAreaTop;
widget.left = WorkAreaWidth - widget.Width;
//widget.left = workAreaLeft;
widget.height = workAreaHeight;


------this is fit screen width code:-----------------

widget.left = workAreaLeft;
widget.width = workAreaWidth;
Image size
795x336px 119.68 KB
© 2011 - 2024 xwidgetsoft
Comments2
Join the community to add your comment. Already a deviant? Log In

How to enable html box workable like using it , still i can only see the content in html box but cant touch it click it and use it. is any method to use it please tell me