Magento 2 ui component form add extra input in the same admin field controlMagento 2 Add input fields to...
How can I find y?
Separate environment for personal and development use under macOS
How to access internet and run apt-get through a middle server?
Can we "borrow" our answers to populate our own websites?
Why did the villain in the first Men in Black movie care about Earth's Cockroaches?
In Linux what happens if 1000 files in a directory are moved to another location while another 300 files were added to the source directory?
Definition of "atomic object"
Changing the laptop's CPU. Should I reinstall Linux?
How to not let the Identify spell spoil everything?
Potential client has a problematic employee I can't work with
The No-Straight Maze
Why do neural networks need so many training examples to perform?
Why is Agricola named as such?
What's the oldest plausible frozen specimen for a Jurassic Park style story-line?
How can the probability of a fumble decrease linearly with more dice?
Prioritising polygons in QGIS
Sprint is 2 week and 40-stories
Why do we have to make "peinlich" start with a capital letter and also end with -s in this sentence?
Removing whitespace between consecutive numbers
Why avoid shared user accounts?
Translation needed for 130 years old church document
Nuance between philia and mania?
Is there a lava-breathing lizard creature (that could be worshipped by a cult) in 5e?
Does diversity provide anything that meritocracy does not?
Magento 2 ui component form add extra input in the same admin field control
Magento 2 Add input fields to Product AdminHow to use “button” in UI component form - Magento 2?Magento 2: Update specific input field class via KnockoutInput type number in admin edit form Magento 2Magento 2.1 Ui Component form field Token inputMagento 2.2 : uiComponent Form : show images in a fieldHow to add array of input fields in magento 2 admin formAdd a generic field in admin formHow to add form element CANVAS using ui component magento admin formMagento 2: Custom input field values not saved in product form
How to add more input like checkboxes in the same area like the use default
?
like so:
More precisely I thinks is a field service see shoot:
uicomponent magento2.2.2 adminform ui-form ui
add a comment |
How to add more input like checkboxes in the same area like the use default
?
like so:
More precisely I thinks is a field service see shoot:
uicomponent magento2.2.2 adminform ui-form ui
add a comment |
How to add more input like checkboxes in the same area like the use default
?
like so:
More precisely I thinks is a field service see shoot:
uicomponent magento2.2.2 adminform ui-form ui
How to add more input like checkboxes in the same area like the use default
?
like so:
More precisely I thinks is a field service see shoot:
uicomponent magento2.2.2 adminform ui-form ui
uicomponent magento2.2.2 adminform ui-form ui
edited 23 hours ago
Juliano Vargas
asked yesterday
Juliano VargasJuliano Vargas
512422
512422
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Ok, Bellow is how achieved this!
<fieldset name="field_set_name" sortOrder="100">
<settings>
<collapsible>true</collapsible>
<label translate="true">Field Set Name</label>
</settings>
<container name="field_set_group" component="Magento_Ui/js/form/components/group" sortOrder="110">
<argument name="data" xsi:type="array">
<item name="type" xsi:type="string">group</item>
<item name="config" xsi:type="array">
<item name="required" xsi:type="boolean">false</item>
</item>
</argument>
<field name="1_field_name" sortOrder="10" formElement="input">
<argument name="data" xsi:type="array">
<item name="config" xsi:type="array">
<item name="source" xsi:type="string">source</item>
</item>
</argument>
<settings>
<label translate="true">1 Field Name</label>
</settings>
</field>
<field name="2_field_name" component="Magento_Catalog/js/components/url-key-handle-changes" sortOrder="15" formElement="checkbox">
<settings>
<dataType>boolean</dataType>
</settings>
<formElements>
<checkbox>
<settings>
<description translate="true">2 Field name</description>
<valueMap>
<map name="false" xsi:type="number">0</map>
</valueMap>
</settings>
</checkbox>
</formElements>
</field>
</container>
</fieldset>
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f263349%2fmagento-2-ui-component-form-add-extra-input-in-the-same-admin-field-control%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Ok, Bellow is how achieved this!
<fieldset name="field_set_name" sortOrder="100">
<settings>
<collapsible>true</collapsible>
<label translate="true">Field Set Name</label>
</settings>
<container name="field_set_group" component="Magento_Ui/js/form/components/group" sortOrder="110">
<argument name="data" xsi:type="array">
<item name="type" xsi:type="string">group</item>
<item name="config" xsi:type="array">
<item name="required" xsi:type="boolean">false</item>
</item>
</argument>
<field name="1_field_name" sortOrder="10" formElement="input">
<argument name="data" xsi:type="array">
<item name="config" xsi:type="array">
<item name="source" xsi:type="string">source</item>
</item>
</argument>
<settings>
<label translate="true">1 Field Name</label>
</settings>
</field>
<field name="2_field_name" component="Magento_Catalog/js/components/url-key-handle-changes" sortOrder="15" formElement="checkbox">
<settings>
<dataType>boolean</dataType>
</settings>
<formElements>
<checkbox>
<settings>
<description translate="true">2 Field name</description>
<valueMap>
<map name="false" xsi:type="number">0</map>
</valueMap>
</settings>
</checkbox>
</formElements>
</field>
</container>
</fieldset>
add a comment |
Ok, Bellow is how achieved this!
<fieldset name="field_set_name" sortOrder="100">
<settings>
<collapsible>true</collapsible>
<label translate="true">Field Set Name</label>
</settings>
<container name="field_set_group" component="Magento_Ui/js/form/components/group" sortOrder="110">
<argument name="data" xsi:type="array">
<item name="type" xsi:type="string">group</item>
<item name="config" xsi:type="array">
<item name="required" xsi:type="boolean">false</item>
</item>
</argument>
<field name="1_field_name" sortOrder="10" formElement="input">
<argument name="data" xsi:type="array">
<item name="config" xsi:type="array">
<item name="source" xsi:type="string">source</item>
</item>
</argument>
<settings>
<label translate="true">1 Field Name</label>
</settings>
</field>
<field name="2_field_name" component="Magento_Catalog/js/components/url-key-handle-changes" sortOrder="15" formElement="checkbox">
<settings>
<dataType>boolean</dataType>
</settings>
<formElements>
<checkbox>
<settings>
<description translate="true">2 Field name</description>
<valueMap>
<map name="false" xsi:type="number">0</map>
</valueMap>
</settings>
</checkbox>
</formElements>
</field>
</container>
</fieldset>
add a comment |
Ok, Bellow is how achieved this!
<fieldset name="field_set_name" sortOrder="100">
<settings>
<collapsible>true</collapsible>
<label translate="true">Field Set Name</label>
</settings>
<container name="field_set_group" component="Magento_Ui/js/form/components/group" sortOrder="110">
<argument name="data" xsi:type="array">
<item name="type" xsi:type="string">group</item>
<item name="config" xsi:type="array">
<item name="required" xsi:type="boolean">false</item>
</item>
</argument>
<field name="1_field_name" sortOrder="10" formElement="input">
<argument name="data" xsi:type="array">
<item name="config" xsi:type="array">
<item name="source" xsi:type="string">source</item>
</item>
</argument>
<settings>
<label translate="true">1 Field Name</label>
</settings>
</field>
<field name="2_field_name" component="Magento_Catalog/js/components/url-key-handle-changes" sortOrder="15" formElement="checkbox">
<settings>
<dataType>boolean</dataType>
</settings>
<formElements>
<checkbox>
<settings>
<description translate="true">2 Field name</description>
<valueMap>
<map name="false" xsi:type="number">0</map>
</valueMap>
</settings>
</checkbox>
</formElements>
</field>
</container>
</fieldset>
Ok, Bellow is how achieved this!
<fieldset name="field_set_name" sortOrder="100">
<settings>
<collapsible>true</collapsible>
<label translate="true">Field Set Name</label>
</settings>
<container name="field_set_group" component="Magento_Ui/js/form/components/group" sortOrder="110">
<argument name="data" xsi:type="array">
<item name="type" xsi:type="string">group</item>
<item name="config" xsi:type="array">
<item name="required" xsi:type="boolean">false</item>
</item>
</argument>
<field name="1_field_name" sortOrder="10" formElement="input">
<argument name="data" xsi:type="array">
<item name="config" xsi:type="array">
<item name="source" xsi:type="string">source</item>
</item>
</argument>
<settings>
<label translate="true">1 Field Name</label>
</settings>
</field>
<field name="2_field_name" component="Magento_Catalog/js/components/url-key-handle-changes" sortOrder="15" formElement="checkbox">
<settings>
<dataType>boolean</dataType>
</settings>
<formElements>
<checkbox>
<settings>
<description translate="true">2 Field name</description>
<valueMap>
<map name="false" xsi:type="number">0</map>
</valueMap>
</settings>
</checkbox>
</formElements>
</field>
</container>
</fieldset>
answered 2 hours ago
Juliano VargasJuliano Vargas
512422
512422
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f263349%2fmagento-2-ui-component-form-add-extra-input-in-the-same-admin-field-control%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown