Changeset 15534 for lang/io

Show
Ignore:
Timestamp:
07/09/08 05:28:56 (5 months ago)
Author:
nowelium
Message:
 
Location:
lang/io/WebAPI/GoogleChart
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • lang/io/WebAPI/GoogleChart/Colors.io

    r15532 r15534  
    11doFile("GoogleChart.io") 
    22 
     3// @author nowelium 
    34Colors := GoogleChart clone do( 
    45    __color__ := Object clone do( 
     
    910        __color__ clone setColors(self) do( 
    1011            chco := method( 
    11                 colors query addParameter("chco", call message arguments join(",")) 
     12                colors query addParameter("chco", call message argsEvaluatedIn(call target) join(",")) 
    1213            ) 
    1314        ) 
  • lang/io/WebAPI/GoogleChart/Data.io

    r15532 r15534  
    11doFile("GoogleChart.io") 
    22 
     3// @author nowelium 
    34Data := GoogleChart clone do( 
    45    __data__ := Object clone do( 
  • lang/io/WebAPI/GoogleChart/GoogleChart.io

    r15533 r15534  
     1// @authro nowelium 
    12GoogleChart := Object clone do( 
    23    Query := Map clone do( 
  • lang/io/WebAPI/GoogleChart/Labels.io

    r15532 r15534  
    11doFile("GoogleChart.io") 
    22 
     3// @author nowelium 
    34Labels := GoogleChart clone do ( 
    45    __labels__ := Object clone do( 
     
    2324        __labels__ clone setLabels(self) do( 
    2425            chdl := method( 
    25                 labels query addParameter("chld", call message arguments join("|")) 
     26                labels query addParameter("chld", call message argsEvaluatedIn(call target) join("|")) 
    2627            ) 
    2728            top := method( 
  • lang/io/WebAPI/GoogleChart/Styles.io

    r15532 r15534  
    11doFile("GoogleChart.io") 
    22 
     3// @author nowelium 
    34Styles := GoogleChart clone do( 
    45    __style__ := Object clone do( 
  • lang/io/WebAPI/GoogleChart/Types.io

    r15532 r15534  
    11doFile("GoogleChart.io") 
    22 
     3// @author nowelium 
    34Types := GoogleChart clone do( 
    45    addParameter := method(arg0, arg1,