|
2753 | 2753 | "OpenUrlTitle": "OpenUrl" |
2754 | 2754 | }, |
2755 | 2755 | "BootstrapBlazor.Server.Components.Samples.Labels": { |
2756 | | - "EditorFormLabelAlignCenter": "<b>Alignment</b><div><code>LabelAlign=\"Alignment.Center\"</code> set the label alignment is center</div>", |
2757 | | - "EditorFormLabelAlignRight": "<b>Alignment</b><div><code>LabelAlign=\"Alignment.Right\"</code> set the label alignment is right</div>", |
| 2756 | + "EditorFormLabelAlignCenter": "<p><b>Alignment</b></p><div><code>LabelAlign=\"Alignment.Center\"</code> set the label alignment is center</div>", |
| 2757 | + "EditorFormLabelAlignRight": "<p><b>Alignment</b></p><div><code>LabelAlign=\"Alignment.Right\"</code> set the label alignment is right</div>", |
2758 | 2758 | "LabelsDescription": "This set of components includes <code>ValidateForm</code> <code>EditorForm</code> and a variety of <b>Form components</b> inherited from <code>ValidateBase<TValue></code>. Among these components There is a special set of display front label logic, now let’s sort it out in a unified way:", |
2759 | 2759 | "LabelsDescriptionTips1": "The <a href='/validate-form' target='_blank'>ValidateForm</a> component is a <b>verifiable</b> form component. The form component in this component will automatically perform data compliance checks. If Data non-compliance will prevent the <b>Submit</b> action, which is the most frequently used component in data submission", |
2760 | 2760 | "LabelsDescriptionTips2": "The <a href='/editor-form' target='_blank'>EditorForm</a> component is an ordinary form component. After this component is bound to the <code>Model</code>, the entire form can be automatically generated, which greatly reduces repetition Code, put the <code>ValidateForm</code> on the outside to open the <b>data compliance check</b> very convenient, concise and efficient", |
2761 | 2761 | "LabelsDescriptionTips3": "Take the <a href='input' target='_blank'>BootstrapInput</a> input box component as an example to explain whether to display the <code>Label</code> logic", |
2762 | | - "LabelsEditorFormDescription1": "<b>Do not display labels</b><div>Set <code>ShowLabel=\"false\"</code>, all form components in the component <b>Do not display</b> tags</div>", |
2763 | | - "LabelsEditorFormDescription2": "<b>Show label</b><div>The <code>ShowLabel</code> property of the <coe>EditorForm</coe> component is not set. If it is not set, it is equivalent to set to <code>true</code>. All components <b>display</b> tags</div>", |
| 2762 | + "LabelsEditorFormDescription1": "<p><b class=\"mb-3\">Do not display labels</b></p><div>Set <code>ShowLabel=\"false\"</code>, all form components in the component <b>Do not display</b> tags</div>", |
| 2763 | + "LabelsEditorFormDescription2": "<p><b class=\"mb-3\">Show label</b></p><div>The <code>ShowLabel</code> property of the <coe>EditorForm</coe> component is not set. If it is not set, it is equivalent to set to <code>true</code>. All components <b>display</b> tags</div>", |
2764 | 2764 | "LabelsEditorFormIntro": "Not used in <code>ValidateForm</code>", |
2765 | 2765 | "LabelsEditorFormTitle": "Used in EditorForm", |
2766 | 2766 | "LabelsNormalDescription": "When two-way binding is not used", |
|
2785 | 2785 | "LabelsRowLabelWidthTitle": "Style setting label width", |
2786 | 2786 | "LabelsTips": "The logic of <code>ShowLabel</code> is the principle of proximity. The closer the setting is to itself, the setting takes effect. For example, the form component is built into the <code>ValidateForm</code> component, even if <code>ValidateForm</code> is set to <code>>ShowLabel=true</code>, when the form component itself sets <code>ShowLabel=false</code>, the final result of the label is <b>not displayed</b>", |
2787 | 2787 | "LabelsTitle": "Component label", |
2788 | | - "LabelsValidateForm1Description1": "<b>Show label</b><div>The <code>ShowLabel</code> property of the <coe>EditorForm</coe> component is not set. If it is not set, it is equivalent to set to <code>true</code>. All components <b>display</b> tags</div>", |
2789 | | - "LabelsValidateForm1Description2": "<b>Do not display labels</b><div>Set <code>ShowLabel=\"false\"</code>, all form components in the component <b>Do not display</b> tags</div>", |
| 2788 | + "LabelsValidateForm1Description1": "<p><b>Show label</b></p><div>The <code>ShowLabel</code> property of the <coe>EditorForm</coe> component is not set. If it is not set, it is equivalent to set to <code>true</code>. All components <b>display</b> tags</div>", |
| 2789 | + "LabelsValidateForm1Description2": "<p><b>Do not display labels</b></p><div>Set <code>ShowLabel=\"false\"</code>, all form components in the component <b>Do not display</b> tags</div>", |
2790 | 2790 | "LabelsValidateForm1Intro": "Used in external <code>ValidateForm</code>", |
2791 | 2791 | "LabelsValidateForm1Title": "Use in EditorForm built-in ValidateForm", |
2792 | | - "LabelsValidateForm2Description1": "<b>Show label</b><div>The <code>ShowLabel</code> property of the <coe>EditorForm</coe> component is not set. If it is not set, it is equivalent to set to <code>true</code>. All components <b>display</b> tags</div>", |
2793 | | - "LabelsValidateForm2Description2": "<b>Do not display labels</b><div>Set <code>ShowLabel=\"false\"</code>, all form components in the component <b>Do not display</b> tags</div>", |
| 2792 | + "LabelsValidateForm2Description1": "<p><b>Show label</b></p><div>The <code>ShowLabel</code> property of the <coe>EditorForm</coe> component is not set. If it is not set, it is equivalent to set to <code>true</code>. All components <b>display</b> tags</div>", |
| 2793 | + "LabelsValidateForm2Description2": "<p><b>Do not display labels</b></p><div>Set <code>ShowLabel=\"false\"</code>, all form components in the component <b>Do not display</b> tags</div>", |
2794 | 2794 | "LabelsValidateForm2Description3": "<b>Show labels</b><div>set class <code>form-inline</code> for the all labels within the component are prefixed</div>", |
2795 | 2795 | "LabelsValidateForm2Intro": "Show labels are automatically turned on by default", |
2796 | 2796 | "LabelsValidateForm2Title": "Used in ValidateForm", |
2797 | 2797 | "LabelsWidthCode1": "As shown in the code above, the final value is <b>180</b> according to the principle of proximity", |
2798 | 2798 | "LabelsWidthDescription": "The components <code>ValidateForm</code> <code>EditorForm</code> <code>BootstrapLabelSetting</code> <code>ValidateForm</code> can set the label width value. The components use the <b>proximity principle</b> to determine the final value", |
2799 | 2799 | "LabelsWidthIntro": "Control the label width by setting the variable <code>LabelWidth</code>", |
2800 | 2800 | "LabelsWidthTitle": "Parameter setting label width", |
2801 | | - "ValidateFormAlignCenter": "<b>Center</b><div><code>form-inline-center</code> set the label alignment is center</div>", |
2802 | | - "ValidateFormAlignRight": "<b>Right</b><div><code>form-inline-end</code> set the label alignment is right</div>" |
| 2801 | + "ValidateFormAlignCenter": "<p><b>Center</b></p><div><code>form-inline-center</code> set the label alignment is center</div>", |
| 2802 | + "ValidateFormAlignRight": "<p><b>Right</b></p><div><code>form-inline-end</code> set the label alignment is right</div>" |
2803 | 2803 | }, |
2804 | 2804 | "BootstrapBlazor.Server.Components.Samples.LayoutPages": { |
2805 | 2805 | "H1": "full page level components", |
|
0 commit comments