public virtual void SetDocType(XhtmlMobileDocType docType)
 {
     this._docType = docType;
     if ((docType != XhtmlMobileDocType.XhtmlBasic) && (this._commonAttributes["style"] == null))
     {
         this._commonAttributes.Add("style", true);
     }
 }
Ejemplo n.º 2
0
 public virtual void SetDocType(XhtmlMobileDocType docType)
 {
     //doc_type = docType;
 }
Ejemplo n.º 3
0
        /// <devdoc>
        /// <para>[To be supplied.]</para>
        /// </devdoc>
        public virtual void SetDocType(XhtmlMobileDocType docType) {
            _docType = docType;

            if (docType != XhtmlMobileDocType.XhtmlBasic && _commonAttributes["style"] == null) {
                _commonAttributes.Add("style", true);
            }
        }
Ejemplo n.º 4
0
 public virtual new void SetDocType(XhtmlMobileDocType docType)
 {
 }
Ejemplo n.º 5
0
		public virtual void SetDocType (XhtmlMobileDocType docType)
		{
			//doc_type = docType;
		}
 public virtual void SetDocType(XhtmlMobileDocType docType)
 {
 }