admin console edit by default. | Community
Skip to main content
narayanank84409
New Participant
October 16, 2015
Solved

admin console edit by default.

  • October 16, 2015
  • 4 replies
  • 1591 views

Hi Team,

Here is my code, it's working fine, but how i can set page properties to editable by default.

 <edit

                                    jcr:primaryType="nt:unstructured"

                                    sling:resourceType="granite/ui/components/endor/actionbar/button"

                                    class="foundation-mode-change"

                                    foundation-mode-group="cq-siteadmin-admin-properties"

                                    foundation-mode-value="edit"

                                    icon="icon-edit"

                                    text="Edit"

                                    title="Edit">

                                    <rendercondition

                                        jcr:primaryType="nt:unstructured"

                                        sling:resourceType="granite/ui/components/foundation/renderconditions/privilege"

                                        path="${empty param.item ? requestPathInfo.suffix : param.item}"

                                        privileges="jcr:modifyProperties"/>

                                </edit>

If i press edit button, i can edit the values,

but is there any possible solution to make default to edit.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Lokesh_Shivalingaiah

Hi Narayan, If you do so, then it would be problem if the component has other options apart from 'edit' right !

4 replies

kautuk_sahni
Employee
October 16, 2015

Hi Narayan

 

Agreeing with bsloki and Scott. What are we trying to save here? (A single click). If you may state the use case of the same?

 

Thanks and Regards

Kautuk Sahni

Kautuk Sahni
smacdonald2008
New Participant
October 16, 2015

Please describe your use case in more detail - i am not sure what you are trying to edit or change. 

narayanank84409
New Participant
October 16, 2015

smacdonald2008 wrote...

Please describe your use case in more detail - i am not sure what you are trying to edit or change. 

 

We can see edit button in the attachement(Screenshot 1[img]Screen Shot 12015-09-17 at 3.43.37 PM.png[/img]) instead of pressing edit is there any possible way to be in edit mode by default.

If i press edit, i can change title, It should be editable by default Like screenshot 2[img]Screen Shot 2 2015-09-17 at 3.43.26 PM.png[/img].

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
New Participant
October 16, 2015

Hi Narayan, If you do so, then it would be problem if the component has other options apart from 'edit' right !