Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
OMAFRA #1
Get list of checked out files on REMOTE side
What I've accomplished so far:
Build an email that lists all files selected on the remote side of the site
window.
What I'm trying to do:
Of the files/folders selected on the remote side of the site window, get a
list of the ones that are checked out. From that list I want to get the
details (Check Out Name & Email Address) for each checked out file. Note that
the user might NOT have the remote selected file on their local drive.
What I've tried:
site.getCheckOutUserForFile() - I can't seem to get this to work. The example
code I'm using is below but from the looks of it wouldn't work anyways as it
references a local path???
Any ideas on how to do this?
-------------------------------------------------------------------
Code:
alert("user info: " +
site.getCheckOutUserForFile("file://E:/webs_local_/english/crops/facts/00-007.ht
m"));
OMAFRA Guest
-
ext to look for checked out files
I am looking for an ext that will look for checked out files when you go to close dreamweaver and ask if you want to check them in. We have several... -
Template - checked out but not showing as checked out.
I have a template that points to folders in our secure folder. I try to make a change to the template and say to update the files and it says... -
Files not showing readonly or checked out
I connected to my remote folder on my web server and synchronized the local view with the remote view. this worked fine. The problem is that the... -
Creating client-side dynamic dependent list boxes in ASP
I am trying to link two list boxes on a page using client side java. I am using Macromedia's Tech Note on this issue but still cannot get it to... -
Check In all Checked Out files (k)
Just started using the check in/out feature. I had a change to a template which changed all the files in the site. I then synched it up with the...



Reply With Quote

