I'm trying to display a simple input type and html text side by side but they are appearing vertically. I have tried few CSS options but none of them worked.
Sample Panel code
<panel id="panel1">
<input type="text" token="tk1" id="tk1id" searchWhenChanged=“true”>
<label>Refine further?</label>
<prefix> | where </prefix>
</input>
<html id="htmlid">
<p>count: $job.resultCount$</p>
</html>
<event>
<search>
.
.
.
.
</search>
</event>
</panel>
How can I make input and html text appear side by side and events at the bottom? My requirement is to have this in achieved in single panel in XML dashboard. Thanks for any help!
I'm trying to display a simple input type and html text side by side but they are appearing vertically. I have tried few CSS options but none of them worked.
Sample Panel code
<panel id="panel1">
<input type="text" token="tk1" id="tk1id" searchWhenChanged=“true”>
<label>Refine further?</label>
<prefix> | where </prefix>
</input>
<html id="htmlid">
<p>count: $job.resultCount$</p>
</html>
<event>
<search>
.
.
.
.
</search>
</event>
</panel>
How can I make input and html text appear side by side and events at the bottom? My requirement is to have this in achieved in single panel in XML dashboard. Thanks for any help!
Share Improve this question edited Mar 3 at 9:24 Naveen K Reddy asked Mar 3 at 0:10 Naveen K ReddyNaveen K Reddy 5291 gold badge6 silver badges15 bronze badges1 Answer
Reset to default 0We can use the provided drag and drop feature. I believe it would be more easy than writing custom CSS. You can refer to below screenshot for the same.
I hope this helps you in any way possible.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745114096a4612024.html
评论列表(0条)