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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...