Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
dave@zinco #1
EDIT CONTROLS
Hello...
I have created a website for a client in Dreamweaver.
My client intends to edit the site using Contribute and wants two levels of
access to information on the same page. Eg He wants to be able to access main
text content AND the main navigation area (so he can add, delete and edit
navigation content), but he also wants another level of access to allow other
members of his staff to be able to add content in the main text area, but with
denied access to the navigation.
There is an area on the Contribute packaging that suggests I can apply edit
controls to prevent accidental chages to specific areas of my web page, but I
cannot work out how to do this.
I can, of course, apply template based restrictions in Dreamweaver, but
Contribute does not allow access to .dwt template files so this would be
useless to my client.
Any help greatly appreciated. Many thanks...Text
dave@zinco Guest
-
Control.Controls bug? Control's child controls missing at the run time.
Hello, ..NET 1.1/VB.NET: I have a custom web control Public Class DatePicker Inherits Control Implements INamingContainer -
Why the properties of web user controls which inherted from my custom base UI controls MISSED?
Why the properties of web user controls which inherted from my custom base UI controls MISSED? How should I to set enable? -
Would like to load a datagrid already in edit mode instead of having the user click the edit button
Now my asp.net datagrid shows an edit button and clicking it puts the datagrid in edit mode. I would like to: 1) possilby load the page already... -
Set the width of the edit textbox after clicking on Edit link in datagrid...
Hi There, I have a data grid where I have a couple of columns as follows: ----------------------------------------- |id | textual... -
user controls: dynamiclly added child controls dont survive post back ?
hi, i have some strange behaviour: i've created a web user control that add's some child controls (e.g: textbox, image buttons) to its control... -
christina.heikkila #2
Re: EDIT CONTROLS
You could set up the navigation part in a server-side include. Then he'd have
to bookmark the url for the include itself in order to edit it. You can use
the same include on EVERY page in the site, then any changes to the navigation
would show up on every page simultaneously. Navigation and branding stuff
just naturally belong in includes for that reason.
Just be careful - like other posts in this forum have pointed out, you need to
make sure that you don't have any unbalanced <body> , <html>, <head>, etc tags
in your include. Contribute won't be able to edit it if you do.
christina.heikkila Guest



Reply With Quote

