Span调用radiobutton [英] Span Calling a radiobutton

查看:77
本文介绍了Span调用radiobutton的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的web项目中,两个单选按钮从一个消息框中调用。如果有人解释这个跨度如何调用此radiobutton.i将我的UI放在这里



in my web project two radio buttons are called from span like a message box.Could someone explain how this span calls this radiobutton.i put my UI here

<span class="linktr" data-dialog-append="Form1" data-dialog="detailsPop" data-dialog-width="340" data-dialog-y="center+80 center" data-dialog-x="center center" data-modal="false">Edit</span>

                               <div id="pbDialog-detailsPop" class="pb-dialog">

                       <h3 class="tight">My List Status</h3>
                       <ul class="link-list section"  runat="server">
                           <li>
                               <asp:RadioButton ID="prRdBtn" runat="server" Text="Private" EnableViewState="true" Checked="true" GroupName="list" CausesValidation="False" /> 
                               Only you
                           </li>
                           <li><asp:RadioButton ID="puRdBtn" runat="server" Text="Public" EnableViewState="True" Checked="false" GroupName="list" CausesValidation="False" /> 
                               Anyone
                           </li>
                           </ul>
                       <dl>

                           <dt><label>Comments:</label> </dt>
                            <dd><textarea id="listComm" cols="33" maxlength="250" rows="4" runat="server"/></dd>
                       </dl>
                       <asp:Button ID="btnUp" runat="server" CssClass="button1 bottom-space" Text="Update" />
                   </div>.<pre lang="HTML">

推荐答案

见这里。 [ ^ ]



下次在发布问题之前进行研究。谢谢。
See here.[^]

Next time do your research before posting a question. Thank you.


这篇关于Span调用radiobutton的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆