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=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to