Can I create template-based library objects in Dreamweaver CS5?

At work we need two 'streams' of template. The first are general layout templates, like the ones already available in the MX through CS5 packages (except we'd have our own customised ones). The second are more granular objects, some of which are functional.
In both cases, I don't want Jimmy to be able to wreak havoc inside anything other than the 'editable regions' which make up the templates.
Now this is fine if I stick with the first scenario (layout templates) where there's simply a big chunk of editable region for good ole Jim to sprawl into, think of this as the 'body content' area. But I really do need these granular library (or snippet) objects to work in the same way. Unfortunately with my attempts so far they don't work as I'd have thought - perhaps for good reason?
When I create a blank template and throw in my chunk of HTML (unobstrusive JS and external CSS use selectors in this HTML to provide style and function) and save it as a new library item or snippet, all looks well. Then I create a new document based on a layout template and save it as a plain html file (still all good so far). Next I drop in my custom library item... still all good... but then I go to save the document and it only allows me to save it as a new template! I expected it would just allow me to save it as HTML and have it simply respect the defined editable regions, as happens in the containing page 'body content' editable region.
Apologies if that got specific and technical quite quickly, but it is quite particular. If you want some example files lemme know and I'll zip some up.
Many thanks
p.s It is not a requirement that my library objects must somehow inject their dependency files into the newly created page - I already know what they'll be. Also, I know I must 'detatch from original' once I drop a library item into a document which then allows customisation of the library object.

Unfortunately that leads me to the same place, I suppose another way of saying my question which may clear the matter up, is: "Can I embed mutually exclusive templates inside templates?"
For those of you who like things explained conceptually in XML structures, or you're an Adobe developer and you think this isn't currently possible but is awesome, the basic premise is this:
<page template>
     <noneditable region />
     <editable region>
          Jimmy's text blah blah lorem ipsum.
          <widget template>
               <editable region>
                    Jimmy's widget customised title
               </editable region>
               <noneditable region />
               <editable region>
                    Jimmy's widget customised feedback
               </editable region>
          </widget template>
     </editable region>
     <noneditable region />
</page template>
Where '<page template />' is stored as a Template (a layout template), and '<widget template>' is stored in either the Library, or as a Snippet.
cheers,
-d

Similar Messages

  • Can not create template based page with customized page type.

    I built a customized page type (with persepective attribute) and wanted to build pages with this type. If the new pages do not based on any template, it works fine. However, if I wanted to use a template, the page type was set back to "standard"!
    Steps to reproduce it:
    1. create a new page type - test page type.
    2. create a new template = test template.
    3. create a new page - test page.
    3.1 choose the page type to be "test page type"
    3.2 fill in the form including the new attribute info.
    3.2 choose the page template to be 'test template"
    3.3 click finish
    4. click the properties of "test page", it shows that the page type is "standard" and the new attribute information is gone!
    If in step 3.2, no template is chosen, the properties of the new page shows the page type is "test page type".
    I tried to find a workaround.
    1. create a page with "test page type".
    2. covert the new page to template.
    I got this error message:
    Error while copying page. (WWC-44262)
    (WWC-00000)
    Looks like customized page type and template can not coexist. Is this a bug?

    How long should the upgrade take? And should it be attempted on a production (infrastructure on machine 1/middle-tier on machine 2) Windows 2000 architecture? Or should be wait for 9.0.4? Or ... should I ask this in a TAR? Thanks!
    Mike

  • My iTunes library is too large for my iPod classic--can I create a separate library so that I can split the current library and sync the distinct libraries onto separate iPods?

    My iTunes library is too large for my iPod classic--can I create a separate library so that I can split the current library and sync the distinct libraries onto separate iPods?

    - If the Gmail accounts are IMAP one then if the library is erased and then you use the account old email will be redownload
    - Easing the library on the MacBook does not effect what is on the iMac. On the other hand if you deleted the messages in the Mail app on the MacBook then they will deleted from all devices.
    -See the middle of the following. It would seem to help in your situation
    http://www.howtogeek.com/209517/how-to-stop-your-macs-mail-app-from-wasting-giga bytes-of-space/

  • After downloading 4.0 I get this message: JavaScript application can't create mcafee plug-in object: TypeError: components.classes[cid] is undefined

    I finished downloading Firefox 4.o to my Mac OS.X.
    When I try to open a website I get the message:
    [JavaScript Application] can't create mcafee plug-in object: TypeError: Components.classes[cid] is undefined
    If I click the OK button, the site opens, but without the McAfee alert at the bottom of the window.
    I had just downloaded 3.6.16, and got box suggesting download version 4.0 for better security, but that seems to be where the problem is!

    That indicates that an add-on you are using is not compatible, considering the other errors it is possibly the McAfee add-on. To confirm what add-on is causing this use the procedure in this link - https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Can't create mcafee plug-in object: TypeError: Components.classes[cid] is undefined

    I updated to Firefox 4.0 and ever since then, I get this message when I try to open Firefox:
    can't create mcafee plug-in object: TypeError: Components.classes[cid] is undefined
    I have a Mac and have McAfee protection for Mac. This problem did not happen before I updated Firefox. Once I click on "OK" Firefox opens.

    This issue is most likely caused by a McAfee extension that isn't working properly and you will have to disable the extension that causes it.
    You can also check if there is an update available from McAfee that fixes this problem.

  • Can I create a separate Library for specific music?

    I've created a Playlist for Christmas music which works just fine but I don't want it in general rotation (we use Shuffle a lot). Can I create a separate library just for that - I can't seem to find any info on whether this is doable.
    Thx

    why not create a *smart playlist* that excludes genres such as "holidays" and "christmas" ?
    JGG

  • The following error message came when I tried to open Firefox and install Firefox Home. "can't create mcafee plug-in object: TypeError: Components.classes[cid] is undefined"

    The following error message came when I tried to open Firefox and install Firefox Home.
    "can't create mcafee plug-in object: TypeError: Components.classes[cid] is undefined"

    This issue can be caused by an extension or plugin that isn't working properly.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • Can I create a SOAP message object from a string?

    can i create a soap message object in saaj with a string containing soap xml?
    I know messageFactory has a constructor that
    public abstract SOAPMessage createMessage(MimeHeaders headers, InputStream in)
    does anyone know how to use this? Specifically transform a SOAP message in string format to something i could pass this constructor.
    Is there a better way to do this?
    I'm not EVER going to use apache's tomcat or GLUE or anyting and need to send a soap message from a client to a server via SOAP. I need to be able to transfer a String SOAP document to something i can search for elements with.

    sorry for being critical but the tutorial you just linked to is for the most part USELESS. it doesnt deal with Java just what a SOAP message looks like. yeah, i get it, its like xml. now how do i do what i want to with saaj?
    something like
    String sm;
    sm = in.readLine(); //gives me a whole SOAP document (pretend)
    sm--->>>MAGIC------>>>>>MIMEHeaders headers & InputStream sm_in
    MessageFactory factory = MessageFactory.newInstance();
    SOAPMessage message = factory.createMessage(headers, sm_in);
    SOAPBody soapBody = message.getSOAPBody();
    Name bodyName = factory.createName("YUP","m","http://theinternet/YUP");
    Iterator iterator = soapBody.getChildElements(bodyName);
    SOAPBodyElement bodyElement = (SOAPBodyElement)iterator.next();
    String yup = bodyElement.getValue();
    System.out.println("YUP element of the SOAP document is " + yup);what is the MAGIC in the above code?

  • Can I compile an App for iOS from Dreamweaver CS5.5 from a PC running Windows (7)?

    Can I compile an App for iOS from Dreamweaver CS5.5 from a PC running Windows (7)?

    No, you need XCode to compile the app and you need a Developers license to be able to publish.

  • Can we create Criteria based groups of computers?

    Hi Team,
    We have imported the computer objects to FIM portal and it has few attributes which can help creating the criteria based group of computers.
    But when we tried creating the criteria based security group, we were not able to select any custom object other than Users,Groups in the filter builder.
    We have added the computer objects in the Filter permission as well, but no luck.
    Any suggestions?
    Thanks and Regards, Siva Kumar Balaguru

    Hi Siva
    you definitely can do so.
    You have to modify the RCDC for Group creation. Look for "GroupingCalculatedMembers". within this section you will find a "FilterBuilder" section and here you Change "PermittedObjectTypes" to the list of your object types you
    want to be able to include in your Groups.
    Henry

  • How can I create an iPhoto Library from photos on an external drive?

    Here's my issue:
    I have a MacBook Pro running OS X Mavericks, and I am just about out of hard drive space.
    I also have about 20 GB worth of photos on an external drive. The photos are not organized at all, just got dumped into a folder there during a hasty backup a couple years ago.
    I'd like to use iPhoto to get these photos organized, but don't have the space to import them into the library on my laptop.
    How can I create and manage an iPhoto library with these photos while keeping them on the external drive? They are on a terabyte drive, so I have a feeling I'd like to make that my main library moving forward.

    Check that the drive's formatted as Mac OS Extended, drag the iPhoto library to it, launch iPhoto with the Option key held down, and choose that library.
    (114618)

  • Can I create a document library in my Bc site?

    Hi, I need a place to store client documents (PDF format - on the server, not on a forward facing web page) so that I can grant login/ access for a select few people (owners & employees of the website) to be able to login and view these documents from the Bc dashboard. Is this possible? If so, how do I do this?

    It is true that the .NET platform is doing away with DLLs and actually, it's doing away with tradition ActiveX also. It will be based on objects called Assemblies.
    If you have an actual ActiveX component, you can call this from both LabVIEW 6.1 and VB6. However, if the object that you have built was built in the .NET environment, then it is an Assembly object. And, since this technology was released after both VB6 and LabVIEW 6.1, neither platforms support .NET controls yet. VB6 will most likely never support Assemblies, although I assume LabVIEW will as future versions are released.
    J.R. Allen

  • Can't Create a NEW LIBRARY

    I'm trying to create a new library to do some maintenance on certain files (I'll spare you the details as to WHY).
    I can't figure out how to create a new library.
    I've tried holding the SHIFT key when starting iTunes per the instructions here:
    http://docs.info.apple.com/article.html?path=iTunesWin/8.0/en/15502.html
    and here: http://support.apple.com/kb/HT1589
    No matter how I start iTunes I get the same result - it just opens normally without the desired dialog box asking if I want to create a new library. I've tried starting it from the desktop icon, the start menu (both pinned and via "All Programs > iTunes"). I've tried using both the mouse and the keyboard (Enter).
    Is this some bug I've run into or am I just not trying it during the right phase of the moon. Sometimes iTunes is just so hard to use and figure out! (Who'd ever have thought you'd have to hold SHIFT when launching? It should just be File > New Library or something that is at least VISIBLE.)

    as you are using itunes on XP, there is a much more simple way
    Go to My Docs > My music
    rename itunes to itunes.old or something. Create new folder called itunes.
    Start itunes, and you'll have a new library. once finished, reverse the above

  • Can't Create new BLANK Library in iTunes 11

    I haven't seen this mentioned anywhere.  Since iTunes 11,  I can no longer create a new BLANK library; without in seconds it begins to fill up with songs from my main library.  With iTunes 10.7 I could create a new BLANK library and  then fill it with all Beatles; or Dylan; or whatever.
    I don't see the point of creating a new library any more.  I was told by Apple Care that it all has to do with the CLOUD.  Give me back the right to create a new BLANK library.  By the way I did it online so my Apple Care person could see it fill up.  She saiid in iTunes 11 I would have to sign out; in order to get blank library. That's pretty inconvenient. Any thoughts PLEASE.
    Thank You.

    Jim, thanks for such a quick reply.  I'll I give it a try.  I came from a Windows background using 10.7 and the cloud wasn't a problem at the time; until iTunes  11 came out for both platforms.  Thanks again.  Im loving the iMac and your answer will make it a better experience.   You should work for Apple Care 
    john

  • Can we create a BAM data Object from two tables

    Hi ,
    I want to pull the data from two tables and create a BAM data object, Is it possible in BAM?
    Do the needful
    Regards,
    Francis

    The sample way is using AQ on database. You can create a database view to join the tables. And create AQ on the view, create a ems to listen on the queue.

Maybe you are looking for

  • Internal table Read statement

    Hi, AM using Read statement to read internal table as below. Read itab into wa with key x = y. if sy-subrc eq 0. do some thing. endif. However the work area wa is not useful to me in my program. when am doing extended check it is issueing warning say

  • Need help creating creating a webservice as per the documentation

    I'm trying to setup a webservice with reliable messaging using the NWDS. I'm trying to follow the example given in http://help.sap.com/saphelp_nw72/helpdata/en/46/741a3dfcfa0eede10000000a155369/content.htm I'm not familiar with J2EE development, so I

  • Can't add music. Can't restore. Error messages galore.

    A few weeks ago my husband plugged in his iPod Classic 160GB into my iBook. It began to sync music, as per usual. After a short time there was an error message basically saying it couldn't sync "cannot create/read/write" or something to that effect (

  • Viewing movie made on Final Cut on a windows PC

    My friend has a mac and made a movie on Final Cut. He tried to give me a copy, but after printing it to DVD from both Final Cut and from iDVD, whenever I load the DVD into my PC i cant read it. My computer barely even recognizes that the DVD exists a

  • Commitment carryforward(Payment budget) error

    Hello, While trying to carryforward commitments via FMJ2(for chain documents) the system gave the following error message (select at least one line).There was no line that i could select besides the actual purchase requisition/order  line .I highligh