cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Modifying Logout Button widget

lwei
1-Newbie

Modifying Logout Button widget

Hi everyone,

I have tried to modify the logoutbutton widget.

Apparently, the original one can't change the 'height' property.

So, I copy some parts of the button widget's code.

But it seems that logoutbutton can't appear in runtime.

'Height': {

                    'description': 'height of widget',

                    'baseType': 'NUMBER',

                    'defaultValue': 30,

                   // 'isEditable': false

     }

I've changed the height property, and it seems that runtime.js is mostly same as the button widget.

Lee

1 REPLY 1

I've already did it, here you can download it: Dropbox - Logout_Extension.zip

Top Tags