CMSS Tag capture


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

Im Grunde wird alles zwischen den {capture} Tags aufgezeichnet. Über eine Variable kann ich den Inhalt (die Aufnahme) dann an beliebiger Stelle ausgeben (oder an Plug-ins oder Module weiterreichen). Der Inhalt zwischen den Tags wird über die Variable ausgegeben und erscheint nicht direkt.


Copy this code and paste it in your HTML
  1. {capture assign=VAR_NAME}{some_plug_in}{/capture}
  2.  
  3. Oder aber auch sowas:
  4.  
  5. {capture assign=VAR_NAME}
  6. HTML, Text, JS, ...
  7. {/capture}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.