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

Use Google Font

[如何替換字型] 

實在覺得原始字型很醜

字型參考網址 => https://fonts.google.com/ 


Step 1 =>選擇字型


Step 2 =>  紀錄網址 : 
https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300&display=swap


Step 3 => 貼上 [路徑 => Application \ Shared Components \ User Interface Attributes \ 

Step 4 => 貼上  (隨意開啟APP)
body,input{
    font-family: 'Noto Sans TC',sans-serif;
}

* Noto Sans TC  (參考網址上的字型名稱, 選擇不同此處定義就不同)

   呈現的字型很可以


留言

這個網誌中的熱門文章