2014-06-01から1日間の記事一覧

RemoteAction で JSONを返す

イシュー Visualforce側(RemoteAction)でJSONを生成して ブラウザへ返す 参考 Why use JSON.serialize in @RemoteAction return statement - Salesforce Developer Community Force.comでのJSON Support -ApexコントローラのRemoteActionを添えて-(その後…

data-role="fieldcontain"

イシュー data-role 属性は、jQueryMobile の属性 フィールドコンテナ 参考 jQuery mobile でスマートフォン用にフォームメニューを簡単作成 - billboardtop100 blog テキスト入力 | jQuery Mobile 1.1.0 日本語リファレンス

AngularJS でリストをつくる

イシュー listをつくる ngList と ngRepeat 参考 AngularJS AngularJS AngularJSで一覧画面を作る - SinDiary AngularJSでtodoリストを作る! - 有限な時間の果てに AngularJSのng-listが便利なようで便利でなく、でもやっぱり便利 - AngularJS Ninja ngList…

AngularJsで $apply が必要なケース

イシュー angular で非同期処理を実装した場合のデータバインドは、$applyを使用する必要がある angular は、いろんなイベントを監視(ハンドル)しているようで、ちょっと驚いた。 参考 AngularJS のデータバインドを支える $apply - AngularJS Ninja

angular-vfremote コードリード(2)

イシュー angular-vfremote のfactory部分のコードリード 参考 // Create angular factory that defines service to call apex. myModule. factory('doubleMe', ['$q', '$rootScope', function($q, $rootScope) { return function(inputString) { var deferr…