コード例 #1
0
 public override Widget CreatePanelWidget()
 {
     widget = new XmlEditorOptionsPanelWidget();
     widget.AutoCompleteElements = XmlEditorOptions.AutoCompleteElements;
     widget.AutoInsertFragments  = XmlEditorOptions.AutoInsertFragments;
     widget.ShowSchemaAnnotation = XmlEditorOptions.ShowSchemaAnnotation;
     return(widget);
 }
コード例 #2
0
		public override Widget CreatePanelWidget ()
		{
			widget = new XmlEditorOptionsPanelWidget();
			widget.AutoCompleteElements = XmlEditorOptions.AutoCompleteElements;
			widget.AutoInsertFragments = XmlEditorOptions.AutoInsertFragments;
			widget.ShowSchemaAnnotation = XmlEditorOptions.ShowSchemaAnnotation;
			return widget;
		}