-
Re: Help needed on configuring a field as single selector in Mashups
Anil Babu Oct 18, 2017 10:22 PM (in response to Ravindra Dhulipala )You can write
<Input Type = "Radio" ID = "Radio_Mash_Obj" >
-
Re: Help needed on configuring a field as single selector in Mashups
Ravindra Dhulipala Oct 27, 2017 8:35 AM (in response to Anil Babu )Hi Anil,
Thanks for your reply.
I tried the solution that posted above but no luck.
Thanks,
Ravi
-
-
Re: Help needed on configuring a field as single selector in Mashups
Ravindra Dhulipala Oct 27, 2017 8:45 AM (in response to Anil Babu )I am not passing the values into the filed. I have to make a column which is coming from the data model as a single selector.
I am using below script .
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="ui-block">
<div id="BXfSvy" class="qvobject block-140 " type="radio"></div>
</div>
-
Re: Help needed on configuring a field as single selector in Mashups
Anil Babu Oct 27, 2017 8:50 AM (in response to Ravindra Dhulipala )<Div> gets in to new section. But we are going to use Input type as we are giving input so input command needs to be done
Try like below
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="ui-block">
<div id="BXfSvy" class="qvobject block-140"> <input type="radio" name="Value"> Value1</div>
</div>
</div>
-
Re: Help needed on configuring a field as single selector in Mashups
Ravindra Dhulipala Oct 27, 2017 8:53 AM (in response to Anil Babu )Tried, Still not working.
-
Re: Help needed on configuring a field as single selector in Mashups
Anil Babu Oct 27, 2017 8:55 AM (in response to Ravindra Dhulipala )Boom, Image please?
-
Re: Help needed on configuring a field as single selector in Mashups
Anil Babu Oct 27, 2017 9:07 AM (in response to Anil Babu )Only creating of HTML won't effect of your object. So, You need to pause embed parameters in your variation. that means Request response process.. So, Can you try same thing in Mashup preview and select any application to view in preview so then we can discuss
-
Re: Help needed on configuring a field as single selector in Mashups
Ravindra Dhulipala Oct 27, 2017 9:26 AM (in response to Anil Babu )Sorry i am not that much familiar with "pause embed parameters in your variation.". Could you please let me know where i need to do this.
FYI i have taken the screenshot from the preview only.
Thanks,
Ravi
-
Re: Help needed on configuring a field as single selector in Mashups
Anil Babu Oct 27, 2017 10:30 AM (in response to Ravindra Dhulipala )What are you going to achieve using Mashup? And don't say that you are sharing that image from Devhup only because looks like it has other objects in your image. May be look for simple code. I've tested and it's working.
Note - Please mark as helpful if you found something related where you are expecting. Good Luck ...
-
-
-
Re: Help needed on configuring a field as single selector in Mashups
Jaya Kumar Manickavasagam Oct 27, 2017 9:08 AM (in response to Anil Babu )Hi
Are You using Bootstrap
use class style from bootstrap class name other wise use your own code
jquery - Line up radio buttons in Bootstrap 3, regardless of label length - Stack Overflow
-
-
-
-
-
-
-