Chris Ricks schrieb:
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

Yes! Nothing german. Just some shortcut names for the above stuff.

Sebastian



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





-------------------------------------------------------
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&kid=103432&bid=230486&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to