Posted By


hauskapellmeister on 11/10/08

Tagged


Statistics


Viewed 303 times
Favorited by 0 user(s)

Backbase Property Setter


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <d:property name="test">
  2. <d:setter type="application/javascript">
  3. <![CDATA[
  4. this._['_test'] = value;
  5. ]]>
  6. </d:setter>
  7. </d:property>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.