Hi Ryan,

I think you'll find that the "de-mystification" results in the following meanings being assigned to the variables in the ListView demos:

* ld - List data (used for holding data)
* lt - List types (used for the "type" column in the demo)
* lc - List columns
* lv - ListView

Hope this helps!

Best regards,

Chris

Ryan Waters wrote:
In the RENDERER demo, I see a lot of variables named with two letters.
 I'm assuming they are abbreviations for german words but I wanted to
ask if they were and, if so, what are those words?

For instance, in "List View 11 @ qooxdoo :: demo [development]" (
http://qooxdoo.oss.schlund.de/demo/dev/public/test/user/List_View_11.html
) we have the following:

<!-- BEGIN -->
window.application.main = function()
{
  var ld = [];
  var lt = [ "Image", "Text", "PDF", "Illustration", "Document" ];

  var lc =
  {
    name : { <cut> },
    size: { <cut> },
    type : { <cut> },
    modified : { <cut> },
    rights : { <cut> }
  };

  var lv = new QxListView(ld, lc);
<!-- END -->

The variables I'm curious about are "ld", "lt", "lc", and "lv".  A
person can just treat them as symbols and move on but I'd like to
'de-mystify' them.

Thank you,
Ryan W.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=k&kid3432&bid#0486&dat1642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


--
Chris Ricks - BE (Melb)

Lead Software Engineer
IT Operations

Phone: 1300 722 388
Mobile: 0433 276 911
E-mail: [EMAIL PROTECTED]

begin:vcard
fn:Chris Ricks
n:Ricks;Chris
email;internet:[EMAIL PROTECTED]
tel;work:1300 722 388
tel;cell:0433 276 911
x-mozilla-html:FALSE
version:2.1
end:vcard

Reply via email to