Changes between Initial Version and Version 1 of Ticket #4421, comment 42


Ignore:
Timestamp:
2012-03-07T19:57:42+01:00 (13 years ago)
Author:
akks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4421, comment 42

    initial v1  
    1 Thank you, you sample looks good. Is it  OK to use preference maps directly to construct JS objects? Is it OK to use pref.putCollection and so on feom JS or is is better way?
     1Thank you, you sample looks good. Is it  OK to use preference maps directly to construct JS objects and call pref.putCollection and so on from JS or is is better way?
    22
    33And what about XML fragment to Js object conversion? If we read fragment-> maps-> js object, it will be hard to put any fragment to maps, better convert xml->js directly by third party or ours code.