2013年1月11日金曜日

[script.aculo.us]変更可能な選択リスト

ソース中の ajax.php は上記のものと同様。
<div class="collection_tag">
<span id="collection_tag">dog</span>
<script type="text/javascript">
<!--
new Ajax.InPlaceCollectionEditor('collection_tag', 'ajax.php', {
        collection:["dog", "cat", "elephant"]
});
-->
</script>
</div>
div.collection_tag {
        position: absolute;
        top: 400px;
}

0 件のコメント:

コメントを投稿