cancel
Showing results for 
Search instead for 
Did you mean: 

diference between button and toggle button

Former Member
0 Kudos

hai

can any one tell diference betwwen button and toggle button

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hii

The UI element ToggleButton represents the pushbutton on the screen. The user can execute statements and actions by clicking the ToggleButton. Action executed when the user toggles the UI element.

A toggle button has two states: pushed in, or not pushed in. It stays pushed after you have pushed it and comes out after you have pushed it again.

A simple button just comes out every time after being pushed.

Reward Points if helpful

former_member196517
Contributor
0 Kudos

Hi Shravan,

toggle button can have sub buttons below it like a FILE menu bar while simple button does not have this...

You can find examples in the system in the Web Dynpro application, WDR_TEST_UI_ELEMENTS.

Regards

Anuj Goyal

Former Member
0 Kudos

Hi shravan!

A toggle button has two states: pushed in, or not pushed in. It stays pushed after you have pushed it and comes out after you have pushed it again.

A simple button just comes out every time after being pushed.

HTH

Regards

Ralf-J.