Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
PEPP #1
Search panel - Problem MX->8
I want to set regular explession directly into search window, but
searchParams doesnt work.
Window checks only "Regular oxpression" ON, that is OK, but "Find" field
is empty and "Search Source" is onlu TEXT.
Do You know where is the mistake?
On DRWM MX it works fine
Thanx
PEPP
<html>
<head>
<script language="JavaScript">
function canAcceptCommand(){
return true;
}
function myFce(){
var searchParams = {
searchString: 'regular.*',
searchSource: true,
useRegularExpressions: true
};
dreamweaver.setUpFind(searchParams);
dreamweaver.canFindNext();
dreamweaver.showFindDialog();
}
</script>
<title>title</title>
</HEAD>
<BODY onLoad="myFce()"></BODY>
</HTML>
PEPP Guest
-
Problem with text boxes in library panel
I have a project with a text box, dragged in from the Code:Library:Components area. The text box appears once on its own frame and then disappears... -
Tricky problem with WebControl vs. Panel
I have built a class derived from WebControl, and added somespecific functionality to it..Then I built a set of web controlsbased on that... -
Framework 1.1 ASP.NET smartnavigation problem with Panel
hi, all it seems that smartnavigation has problem with the hide/show panel in the aspx page, I have three panel wih back/next buttons, the... -
Floating control panel problem
Hello list! I have a really stupid, annoying problem. By mistake, I detached the control panel from the stage, and now I can't re-attach it. The... -
Problem with Site File Tree panel
Hi, I am having the most annoying problem in Dreamweaver MX that has been present from the beginning up until the 6.1 updater. In every site I...



Reply With Quote

