Hi if you want same design dialog from page1 to page 2. for page 2 you should give page1 path. you should not give as same. example:page1: /apps/mySite/structure/Page1 having resource type as some default one like foundation somethingpage2: /apps/mySite/structure/Page2 should have resource ...
Hi you have to write loadcontent event js to prepopulate values.In JS you have to add a item first based on the condition check and add values to that multifield.example:loadcontent jsif(multifield.getValue()==''){ multifield.addItem(); if{ here you can write your logic to set prepo...
Hi Check your system console bundles. if more than 3 bundles in active or stopping state , AEM instance will not work. and more over you have to delete index files under this path \crx-quickstart\repository\index. try to move bundles to activate state or you can delete those bundles and upload agai...
HI,1). Using Regexbelow example will allows 0-99 values only.it will match your requirement.<limit jcr:primaryType="cq:Widget" fieldLabel="Limit" name="./limit" regex="/^([0-9]{2}|[0-9]{1})$/" regexText="Enter 0-99 only.Number's only" xtype="textfield"/>2). Using numberfieldyou can free to use ...
Hi,1). Using Number FieldFor your requirement use XTYPE as numberfield. Add property to that node/field as maxValue.(Best Approach )Example:<limit jcr:primaryType="cq:Widget" fieldLabel="Limit" name="./limit" maxValue="9" xtype="numberfield"/>2). Using Regex.<limitjcr:primaryType="cq:Widget" ...
Hi Agarwal,It' Simple follow below steps.To re-enable the option Open in Classic UI in the Page Information menu, follow these steps.Using CRXDE Lite, find the following node: /libs/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items/pageinfopopover/items/list/item...