Use radio class if you want to limit the user to just one selection. Use .radio-inline class to a series of radios for controls appears on the same line.You can try to run the following code to implement the Bootstrap radio class &mminus;ExampleLive Demo Bootstrap Forms Favourite Sports Cricket Football
The has-error class allows you to set error for input.You can try to run the following code to implement the has-error classExampleLive Demo Bootstrap Example Input with error
Use classes like .input-lg and .col-lg-* to set the height and width of forms.ExampleYou can try to run the following code to set the form height and width −Live Demo Bootstrap Example .input-lg Default select .input-sm
SAP List Viewer is used to add an ALV component and provides a flexible environment to display lists and tabular structure. A standard output consists of header, toolbar, and an output table. The user can adjust the settings to add column display, aggregations, and sorting options using additional dialog boxes.You can use following code to display any table:DATA: go_alv TYPE REF TO cl_salv_table. CALL METHODcl_salv_table=>factory IMPORTING r_salv_table = go_alv CHANGING t_table = itab. go_alv->display( ).Another Dynamic Way to Output Any Internal Table is by using field-symbol, this is a ... Read More
The input-lg is used to set the height of forms in Bootstrap.You can try to run the following code to implement the input-lg Bootstrap class ExampleLive Demo Bootstrap Example .input-lg
To create a horizontal layout in Bootstrap, use the form-horizontal class.You can try to run the following code −ExampleLive Demo Bootstrap Example Name Country Sign in
Use checkbox class if you want the user to select any number of options from a list. Use .checkbox-inline class to a series of checkboxes for controls appear on the same line.You can try to run the following code to implement Bootstrap form checkboxExampleLive Demo Try v1.2 Bootstrap Online Favourite Live Streaming Amazon Prime Hotstar
To indicate a warning action to a particular table row or cell with Bootstrap, use the .warning class.You can try to run the following code to implement the .warning class −ExampleLive Demo Bootstrap Table Subject Marks Type Java 90 Programming Language PHP 92 Scripting Language jQuery 80 JavaScript Library
The Bootstrap active contextual class applies hover color to a particular row or cell. You can try to run the following code to implement the active contextual classExampleLive Demo Bootstrap Table Subject Marks Student Maths 90 Amit Science 80 Aman English 85 Rahul
You might have encountered a situation where you clicked a URL to reach a page X but internally you were directed to another page Y. It happens due to page redirection.It is quite simple to do a page redirect using JavaScript on the client side. To redirect your site visitors to a new page, you just need to add a line in your head section as follows −ExampleYou can try to run the following code to learn how to use window.location to redirect to another URL. Here, we will redirect to the home pageLive Demo ... Read More
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP