Changeset 35 for trunk/docs


Ignore:
Timestamp:
06/10/09 07:15:18 (16 years ago)
Author:
lgiessmann
Message:

ajax-client: fixed some problems in the onPlayerChangeHandler and added the possibility to use the new created topic as a player in associations which allows it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/docs/xtm_json.txt

    r33 r35  
    323323//+-----------------------------------------------------------------------------
    324324{
    325   "roleType" : [ [ "topic-psi-1", "topic-psi-2", "..." ], ["subtype-1-psi-1", "..."], <...> ],
     325  "roleType" : [ [ "topic-psi-1", "topic-psi-2", "..." ], [ "subtype-1-psi-1", "..."], <...> ],
    326326  "cardMin" : "unsigned integer in string representation",
    327327  "cardMax" : "unsigned integer in string representation or the string MAX_INT"
     
    341341//+-----------------------------------------------------------------------------
    342342{
    343   "players" : [ [ "topic-psi-1", "topic-psi-2", "..." ], [ "topic-2-psi-1", "..."], <...> ]
     343  "playerType" : [ [ "topic-psi-1", "topic-psi-2", "..." ], [ "subtype-1-psi-1", "..." ], <...> ],
     344  "players" : [ [ "topic-psi-1", "topic-psi-2", "..." ], [ "topic-2-psi-1", "..."], <...> ],
    344345  "roleType" : [ [ "topic-psi-1", "topic-psi-2", "..." ], [ "subtype-psi-1", "..." ], <...> ],
    345346  "cardMin" : "unsigned integer in string representation",
     
    357358//+-----------------------------------------------------------------------------
    358359{
     360  "playerType" : [ [ "topic-psi-1", "topic-psi-2", "..." ], [ "subtype-1-psi-1", "..." ], <...> ],
    359361  "players" : [ [ "topic-psi-1", "topic-psi-2", "..." ], [ "topic-2-psi-1", "..."], <...> ] ],
    360362  "roleType" : [ [ "topic-psi-1", "topic-psi-2", "..." ], [ "subtype-psi-1", "..." ], <...> ],
     363  "otherPlayerType" : [ [ "topic-psi-1", "topic-psi-2", "..." ], [ "subtype-1-psi-1", "..." ], <...> ],
    361364  "otherPlayers" : [ "topic-psi-1", "topic-psi-2", "..." ], [ "topic-2-psi-1", "..."], <...> ] ],
    362365  "otherRoleType" : [ "topic-psi-1", "topic-psi-2", "..." ], [ "subtype-psi-1", "..." ], <...> ],
Note: See TracChangeset for help on using the changeset viewer.