This is a forum where members new and old can come to ask questions and get info and opinions. It is not a place to advertise your business or have other forms of advertising, whether it be in your posts or signature.

All links in the forum will not be indexed by Search Engines and any unapproved forms of advertising or spam will be dealt with accordingly, deleted, and that member's account banned.

Forums

Overview » Extension Developing » MMParameterList
Reply

MMParameterList

mark lowe
Member



Since: 25 Nov 2002
Posts: 1
Posted 10 Dec 2002 12:57:03

Hello there,

After mastering the HTTP and File read/write and Tree controles I thought this one would be a doddle ... but how easily you can be fooled !

I am currently trying to get my brain around the way the <select type="mmparameterlist"> works, namely adding/removing rows and protecting columns from input.

Does anyone have any idea how to use the control, as it would be a shame to have to develop my own classes using list boxes and input boxes.

Hope anyone out there can help ....

Thanks ... Mark Lowe
FastQuest Ltd.

Hello there,

After mastering the HTTP and File read/write and Tree controles I thought this one would be a doddle ... but how easily you can be fooled !

I am currently trying to get my brain around the way the <select type="mmparameterlist"> works, namely adding/removing rows and protecting columns from input.

Does anyone have any idea how to use the control, as it would be a shame to have to develop my own classes using list boxes and input boxes.

Hope anyone out there can help ....

Thanks ... Mark Lowe
FastQuest Ltd.
Chris Charlton
Zone Administrator



Since: 04 Apr 2001
Posts: 1,077
Replied 31 Jul 2004 00:46:07
Ever find a decent reference? online or book?
sleep ilya1113
Member



Since: 26 Aug 2008
Posts: 2
Replied 26 Aug 2008 04:05:49
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Ever find a decent reference? online or book?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

So it's taken me months to figure this out, but here's my awesome program:

Javascript:
&lt;SCRIPT language="javascript" src="../Shared/MM/Scripts/Class/GridControlClass.js"&gt;

//---------------------------
function LoadList()
{
var GridList = new GridControl("ParamList";
var testlist = new Array(1);
testlist[0]= new Array(1);
testlist[1] = new Array(1);
testlist[0][0] = "hello 00";
testlist[0][1] = "hello 01";
testlist[1][0] = "hello 10";
testlist[1][1] = "hello 11";
GridList.setContents(testlist);
//GridList.append('Hello,hi');
}
&lt;/script&gt;

HTML code:

&lt;select type="mmparameterlist" name="ParamList" columns="URLs,Report Name "style="width:400px" size="6" &gt;
&lt;/select&gt;


Take that Dreamweaver/Adobe...your documenatation is awesome except for this one really cool tool!

Chris Charlton
Zone Administrator



Since: 04 Apr 2001
Posts: 1,077
Replied 26 Aug 2008 17:32:53
Don't give the docs too much credit. I'd recommend using a documentation tool (NaturalDocs or similar) to run against a Dreamweaver configuration folder to see all the JS files that would popup and have functions/comments we may have passed up.

For those looking for DW docs, then links to the livedocs (online docs) the PDFs are available here - www.adobe.com/support/documentation/en/dreamweaver/ .

~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ PHP | SQL | XHTML/CSS | XML | ActionScript | MXML | Web Accessibility | MX Extensibility ]</font id=size1>

Reply to this topic

Message
Reply
Follow us on Facebook Follow us on twitter Subscribe to the RSS feed
Activate your free membership today | Login | Currency