[opencms-dev] Direct Edit Button manual position
Konstantin Ott
kott at abc-digital.com
Fri May 9 17:42:02 CEST 2008
Hi Marcio,
thank you for your answer. I tried it earlier, but I'm not happy with
the Textbutton because it doesn't work:
- some [Edit] Buttons return the alert: Unknown form action
[ocme_417517/edit]
- some [Edit] Buttons are ghosted and not linkable
- some [Edit] Buttons are ok.
with the CmsDirectEditJQueryProvider everything works, but the buttons
are overlaying.
thx
Konstantin
marcio.camurati schrieb:
> Hi,
>
> To position the direct edit you need to use the
> CmsDirectEditTextButtonProvider, for example:
>
> <%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms" %>
> <cms:editable
> provider="org.opencms.workplace.editors.directedit.CmsDirectEditTextButtonProvider"/>
> <cms:contentload ... >
> Title: <cms:contentshow element="Title" />
> Buttons: <cms:editable mode="manual" />
> </cms:contentload>
>
> Use it you will see the Text buttons, about it: [New] [Edit] [Delete].
>
> Regards,
> Marcio Camurati
>
>
> Konstantin Ott-2 wrote:
>
>> Hello everybody,
>>
>> I've got a question regarding the manual position of the direct edit
>> button:
>> In quite a few of pages we have got several contentloads. This results
>> in several direct edit buttons on the same position. So you cant choose
>> a special button and can only hit the most top button.
>> Actually we have a quite clean css driven design, every contentload is
>> in a div container.
>> Now I'm figuring out the manually option of the direct edit button, but
>> I cant fix it.
>> Here are some code snippets. Maybe somebody can give me a tip?
>>
>> in the workplace:
>> <directeditprovider
>> class="org.opencms.workplace.editors.directedit.CmsDirectEditJQueryProvider"
>> />
>>
>> the template:
>> <cms:include property="template" element="head" />
>> <cms:contentload collector="singleFile" param="%(opencms.uri)"
>> editable="true">
>> // a loop over lines with other content-type files:
>> <cms:include
>> file="/system/modules/testmodule/pages/offerline.jsp" editable="false">
>> <cms:param name="file" value="${line}" />
>> </cms:include>
>>
>> the subtemplate :
>> <div class="teaserA">
>> <cms:contentload collector="singleFile" param="${param.file}"
>> editable="true">
>> <cms:editable mode="manual">
>> <cms:contentshow element="Title" />
>> </cms:editable>
>> </cms:contentload>
>> </div>
>>
>> I've got a list of teasers, but the manual set button wont be inside the
>> div class=teaserA. It's on top of the first direct edit.
>>
>> Has anybody got a tip or some code, where I can see how it works?
>> thx
>>
>>
>> --
>> Mit besten Grüssen / with best regards
>>
>>
>> Konstantin Ott
>> abc Neue Medien | Systementwickler
>> ___________________________________________
>>
>>
>> Albert Bauer KG
>>
>> Conventstr. 1-3
>>
>> 22089 Hamburg | Germany
>>
>> Phone: +49 40 25109-224
>>
>> Fax: +49 40 25109-121
>>
>> mailto:kott at abc-digital.com
>>
>> http://www.abc-digital.com
>>
>> ____________________________________________
>>
>> Albert Bauer KG (GmbH & Co.)
>> P.H.G. Reproduktionsgesellschaft Conventhaus mbH
>> Sitz der Gesellschaft: Hamburg
>> Handelsregister: Amtsgericht Hamburg HRB 11120
>> Geschäftsführer: Harald Dau, Carsten Dau, Rolf Gehrke, Marcus Müller
>>
>>
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list, please visit
>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>>
>>
>>
>
>
--
Mit besten Grüssen / with best regards
Konstantin Ott
abc Neue Medien | Systementwickler
___________________________________________
Albert Bauer KG
Conventstr. 1-3
22089 Hamburg | Germany
Phone: +49 40 25109-224
Fax: +49 40 25109-121
mailto:kott at abc-digital.com
http://www.abc-digital.com
____________________________________________
Albert Bauer KG (GmbH & Co.)
P.H.G. Reproduktionsgesellschaft Conventhaus mbH
Sitz der Gesellschaft: Hamburg
Handelsregister: Amtsgericht Hamburg HRB 11120
Geschäftsführer: Harald Dau, Carsten Dau, Rolf Gehrke, Marcus Müller
More information about the opencms-dev
mailing list