發表文章

目前顯示的是 11月, 2021的文章

Click Event in IG-Selector

圖片
 IG 勾選時,條件符合下不能勾選 Dynamic Action  When  Event : Click  Selection Type : jQuery Selector jQuery Selector : .u-selector Advanced Event Scope : Dynamic    var $te = $(this.triggeringElement); var rowId = $te.closest('tr').data('id'); //Primary Key var ig$ = apex.region("region_static_id").widget(); var model = ig$.interactiveGrid("getViews", "grid").model; var record = model.getRecord(rowId); var a = model.getValue( record, "AAA"); //column name : AAA var b = model.getValue( record, "BBB"); //column name : BBB /* apex.item( "Px_AAA" ).setValue (a); apex.item( "Px_BBB" ).setValue (b); */ if (a === b) { $(this.triggeringElement).removeClass("is-selected"); } #About : Primary Key

什麼 ? Low-Code Application Platform

LCAP <=> 低度程式碼開發平台 優勢:   學習成本低  學習曲線低  等等等等 ...(Google Search : LCAP)   象限 : https://iter01.com/634379.html 好吧 , Oracle APEX 還排不到前面,但若有Oracle 資料庫授權, 免費...很可以

註冊免費使用Oracle APEX

圖片
 [學習第一步] 蝦毀,這麼佛心 網址 => https://apex.oracle.com/zh-tw/learn/getting-started/ 註冊一個免費的工作區

Use Google Font

圖片
[如何替換字型] 

這個網誌中的熱門文章