[magnolia-dev] Unknown templete in public instance

2015-08-05 Thread asrith (via Magnolia Forums)
i have published a group of pages including subnodes and published related 
site,assests to public.when i check in  public i found [b]Unknown templete[/b]
and unable to display pages. can any one help me out.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=474b9f64-420a-43f2-99e6-06d4c3a943d1



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: How to repicant the total dialog form as a container and replicant the container

2015-07-22 Thread asrith (via Magnolia Forums)
Hi,
Thanks for your reply. 

the basic dialog i have created  there are three fields created in dialog there 
is avaliabilty of useing muliti field function for individual field but my 
requirement is to replicant all the three fields at same time so that if i use 
add button can able  get replicant of total dialog

Here the following basic YAML file:
form: 
  tabs: 
- 
  fields: 
- name: headline
  class: info.magnolia.ui.form.field.definition.TextFieldDefinition
  i18n: true
  label: head line

  
- name: Link
  class: info.magnolia.ui.form.field.definition.TextFieldDefinition
  i18n: true
  label: Link
 
- name: image
  class: info.magnolia.ui.form.field.definition.LinkFieldDefinition
  targetWorkspace: dam
  appName: assets
  identifierToPathConverter:
class: 
info.magnolia.dam.app.assets.field.translator.AssetCompositeIdKeyTranslator
  contentPreviewDefinition:
contentPreviewClass: 
info.magnolia.dam.app.ui.field.DamFilePreviewComponent
  label: image
  label: MainBody
  name: FooterTab
actions: 
  cancel: 
class: 
info.magnolia.ui.admincentral.dialog.action.CancelDialogActionDefinition
  commit: 
class: 
info.magnolia.ui.admincentral.dialog.action.SaveDialogActionDefinition  

i hope the question is clear ...looking forward for the soloution

thnks.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=95dde8db-1a86-497c-92d2-9dad56275d84



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: How to repicant the total dialog form as a container and replicant the container

2015-07-21 Thread asrith (via Magnolia Forums)
Hi,

Thanks for your reply. 

Here is the briefing about my requirement:
In one tab, i have label and link fields. i want to add these as multiple times 
as a single container. so that when clicked on Add, it should be replicated 
with all the fields that container has. Hope you get the meaning of container 
here.

in the below snippet, can we use "fileds" as replicant so all the individual 
fields would be replicated as one more fields

   - name: tabHeaderNav
  label: Header Nav Links
  fields:
- name: Label
  class: info.magnolia.dam.app.ui.field.definition.TextFieldDefinition
  label: Label
Please post your insights on this. Thanks!!!

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=95dde8db-1a86-497c-92d2-9dad56275d84



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] How to repicant the total dialog form as a container and replicant the container

2015-07-20 Thread asrith (via Magnolia Forums)
i have a diolog which is having 5 fields in one tab(Container), now i want to 
have entire container replicant, so that when i click on Add button it should 
replicate entire container which is having 5 fields. 

i have used multivalue fields for replicate the fields, in the similar fashion 
is there any way to replicate the entire Tab(Container).

Please help me, im a beginner to Magnolia cms 5.4

thanks.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=95dde8db-1a86-497c-92d2-9dad56275d84



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: How to repicant the total dialog form

2015-07-20 Thread asrith (via Magnolia Forums)
i have a diolog which is having 5 fields in one tab(Container), now i want to 
have entire container replicant, so that when i click on Add button it should 
replicate entire container which is having 5 fields. 

i have used multivalue fields for replicate the fields, in the similar fashion 
is there any way to replicate the entire Tab(Container).

Please help me, im a beginner to Magnolia cms 5.4

thanks.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=b62ded49-38d6-4d36-b129-4d20f7801268



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] How to repicant the total dialog form

2015-07-20 Thread asrith (via Magnolia Forums)
i have a dialog of five fields and i want to repicant total five fields 
is there any function to replicant entire dialog

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=b62ded49-38d6-4d36-b129-4d20f7801268



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] how to render a Image Field from dialogs in jsp file

2015-07-20 Thread asrith (via Magnolia Forums)
i have dialog of repilcant image field and i want to render that image field in 
JSP file

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=38fa276b-3fcb-4179-86eb-77b59ffd0539



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: How to create a tab component in Magnolia 5.4

2015-07-20 Thread asrith (via Magnolia Forums)
Can u help me out in creating replicant Image Field in dialogs and hoe to get 
that image in jsp  file

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=49d69c38-914e-4b30-90a4-484a7e45a618



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Re: How to create a tab component in Magnolia 5.4

2015-07-20 Thread asrith (via Magnolia Forums)
Thank you so much for your information it was very use full

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=49d69c38-914e-4b30-90a4-484a7e45a618



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] Creation of Menu Header

2015-07-13 Thread Duddu Asrith (via Magnolia Forums)
i want to have a menu header with 5 menu items and two having dropdown menu, so 
i want to enter the content of menu items using text fields in dialouge (more 
than one text fields in dialouge popup) , can anyone help me in that. 

Also how to create dropdown menu for those menu items.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=ca290423-0136-45e0-95db-697948deacb4



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 




[magnolia-dev] How to create a tab component in Magnolia 5.4

2015-07-13 Thread Duddu Asrith (via Magnolia Forums)
How to create a tab component in Magnolia 5.4

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=49d69c38-914e-4b30-90a4-484a7e45a618



For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: