このようなnumberInputの入力フィールドをtouch-uiダイアログに追加する必要があります。 https://docs.adobe.com/docs/en/aem/6-1/ref/coral-ui/docs/2.17.0-granite-004/number-input.html が見つかりません。 可能ですか? https://docs.adobe.com/docs/en/aem/6-1/ref/granite-ui/api/jcr_root/libs/granite/ui/components/foundation/form/numberfield/index.htmlAEM Touch UI - 入力番号 - 方法
0
A
答えて
2
それは以下のようにここで_cq_dialog/.content.xml
<quantity
jcr:primaryType="nt:unstructured"
fieldLabel="Quantity"
name="./quantity"
sling:resourceType="granite/ui/components/foundation/form/numberfield" />
番号フィールドの完全なドキュメントがあると同様のノードを追加することで可能ですそのためのOOTB - granite/ui/components/foundation/form/numberfield
。
あなたはOOTB画像コンポーネント]ダイアログボックスで、参照実装を見て必要がある場合 - /libs/foundation/components/image/cq:dialog/content/items/column/items/size/height
0
はすでに利用可能sling:resourceType
あり:事前に
おかげで
JCR:primaryType = "CQ:ウィジェット" ポイントの –
@AmeeshTrikhaのおかげでUIがJCR使用していない触れ、非構造化:primaryTypeはNTとなりますそれはアウト。修正しました。 –