コード例 #1
0
 // Required for a very rare device case where <select> cannot follow <table>.
 /// <include file='doc\XhtmlBasicControlAdapter.uex' path='docs/doc[@for="XhtmlControlAdapter.ConditionalClearCachedEndTag"]/*' />
 protected virtual void ConditionalClearCachedEndTag(XhtmlMobileTextWriter writer, String s)
 {
     if (s != null && s.Length > 0)
     {
         writer.ClearCachedEndTag();
     }
 }
コード例 #2
0
 // Required for a very rare device case where <select> cannot follow <table>.
 /// <include file='doc\XhtmlBasicControlAdapter.uex' path='docs/doc[@for="XhtmlControlAdapter.ConditionalClearCachedEndTag"]/*' />
 protected virtual void ConditionalClearCachedEndTag(XhtmlMobileTextWriter writer, String s) {
     if (s != null && s.Length > 0) {
         writer.ClearCachedEndTag ();
     }
 }