Splunk Dev

how to customize the radiogroupview of Django webframework to display radio buttons horizontally

lahariveerlapat
Explorer

I have a reqiurement to display the radio buttons horizontally using Django webframework.Please let me know any option is available to customize.

0 Karma

cchitten
Path Finder

In the block content section use HTML to create many cells across the page horizontally and then place a radio button in each cell.

Example:

{% block content %}
         <div> class="dashboard-row dashboard-row1">
                   <div class="dashboard-cell" style="width: 50%;">
                             {% radiogroup id="radio_sourcetype1"%}
                   </div>
                   <div class="dashboard-cell" style="width: 50%;">
                             {% radiogroup id="radio_sourcetype1"%}
                   </div>
         </div>
{% endblock content %}
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

Splunk is officially part of Cisco

Revolutionizing how our customers build resilience across their entire digital footprint.   Splunk ...

Splunk APM & RUM | Planned Maintenance March 26 - March 28, 2024

There will be planned maintenance for Splunk APM and RUM between March 26, 2024 and March 28, 2024 as ...