Hi magnolians,
I have set a custom bar:
Content currentPage=Resource.getActivePage(request);
BarMain bar=new BarMain(request);
bar.setTop(20);
bar.setLeft(500);
bar.setWidth("200px");
bar.setPath(currentPage.getHandle());
bar.setParagraph("interactivePageProperties");
bar.setButtonProperties();
bar.getButtonProperties().setLabel("Properties");
bar.placeDefaultButtons();
bar.drawHtml(out);
But I still got an "Edit" button ... coming from nowhere?!
I don't understand.
Could somebody help?
Many thanks.
Stéphane Gauthier
************************************************************************************
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error, please notify the system manager
([EMAIL PROTECTED]) and delete the message with any attached files from your
system.
The confidentiality and integrity of this message cannot be guaranteed on the
Internet and the sender does not accept liability for its content.
***********************************************************************************
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------