OutSystems Forge 日本語データベース

Essentials

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2015-01-17 0.2.10 Essentials 9.0.0.19 All All Components, Widgets
車輪の再発明を止めるための再利用可能なアクションのコレクションです。
特徴 OutSystems を使用する際の一般的な日常で不可欠なツール。 提供されるUI: AnchorLink:アンカーリンクを画面にすばやく追加します。 ClickableRows:単なるリンクではなくアイテムを起動するためにテーブル行をクリックできます。 FillEmptyCells:空であれば、表のセルをコンテンツで塗りつぶします。空のテキストをチェックするために "IF"を置く時間を節約します。 FillEmptyLinks:空のリンクをテキストで埋めます。リンクテキストをチェックするために "IF"を入れる必時間を節約します。また、リンクにテキストがないため、アイテムを開くことができないので画面も表示されません。 PhoneFormatLibrary:国際電話番号の書式設定を可能にするJavascriptライブラリを実装します。 Tabs_ClientSIde:RichWidgetsのタブの実装を再利用して、アクションを再利用できるようにします。タブを印刷するときにタブを「展開」できるので、タブを使用する場合は別の印刷画面を作成する必要はありません。 TextArea_AutoExpand:コンテンツが埋められたら、テキスト領域を展開します。 TextTruncate:アクションを使用せずに画面テキストを切り詰めます。 WeekNavigation:週ごとにコンテンツをフィルタリング/ナビゲートします。 スティッキーヘッダー:画面上のテーブル行/列をロックします。 提供されるアクション: Date_Adjust:指定された日付を設定パラメータで調整します。 Date_Difference:2つの日付間の差異を含む文字列を返します。 - "2 years and 2 months"; Date_GenerateYears:ドロップダウンウィンドウの年のリストを生成するコード。 Date_MonthYear: "Jan 2010"のようにフォーマット月の年を返します。 Day_Suffix:曜日の接尾辞を返します。 Week_GetMonday:月曜日を返します。 Week_PrettyDescription:理解しやすいフォーマットに週を変換します。 DateTime_Format:カスタムセパレータで日付時刻をフォーマットし、必要に応じて時間を非表示にします。 DateTime_RemoveSeconds:日付時刻から秒を削除します。 Decimal_ByteUnitConvert:両方のSIシステム(バイト10、.g。 kBからMB)およびIECシステム(ベース2、例えばkiBからMiB)。 Email_Validate:電子メールアドレスが有効な場合にバリデーションします。 Format_BigNumber:BigNumberを指定されたFractionalDigitsに丸め、BigNumberのサイズに応じてK、M、GまたはTを追加します。 Format_CSSColor:特定の色のCSSインラインスタイルを出力します。 Text_CutAt:長いテキスト文字列を切り取り、最後に "..."やその他の文字列を追加します。 Text_NotEmpty:空でない場合は<MainText>を返します。 <MainText>が空の場合は<AltText>を返します。 TrailingZero_Add:書式設定のために数字の末尾にゼロを追加します。 Time_RemoveSeconds:ある時刻から秒数を削除します。 CloseFeedbackMessage:サーバー側からのフィードバックメッセージを閉じます。 TimeToAmPmText:テキストをAM / PM形式に変換します。 AmPmTextToTime:AM / PMのテキストを時間に戻します。 GetAge:生年月日に基づいて人の年齢を計算します。

[Overview]
A collection of reusable actions to help us stop reinventing the wheel. Join the team and bring your own top reused actions to the community!
[Detail]
Feature List Essential tools for common daily tasks when using the OutSystems Agile Platform Main Benefits Stop Reinventing the Wheel and help others do the same. We know you have some goodies in there! Common and help the community! The Limitations are where we allow them to be :) Contribute and help tackle them! Provided UI: AnchorLink : Quickly add anchor links to a screen ClickableRows : click on a table row to launch an item rather than just a link FillEmptyCells : Fills table cells with content if they are empty. Saves time & software units not having to put "IF" to check for empty text FillEmptyLinks : Fills empty links with text. Saves time & software units not having to put "IF" to check link text. Also prevents screens where you can't open items because there isn't text in the link. PhoneFormatLibrary : Javascript library and implementation to allow you to format any international phone number Tabs_ClientSIde : Reuses RichWidgets implementation of Tabs so actions are reusable, this allows you to "expand" tabs when printing so you don't have to build separate print screens if you use tabs TextArea_AutoExpand : Expand Text area when the content is filled. TextTruncate : Truncates screen text without having to use an action WeekNavigation : Navigator to Filter/Navigate Content By Week Sticky Header: Lock table row/column on the screen. Provided actions: Date_Adjust: Adjust a given date by set parameters; Date_Difference: Returns a string containing the difference between two dates - "2 years and 2 months"; Date_GenerateYears: Code to generate a list of years for a drop down window.; Date_MonthYear: Returns format month year, like "Jan 2010"; Day_Suffix: Returns day suffix; Week_GetMonday: Returns Monday of Week; Week_PrettyDescription: Formats week in nice format; DateTime_Format: Format a Date Time with a custom separator and optionally hide the time. DateTime_RemoveSeconds: Remove seconds from a date time input; Decimal_ByteUnitConvert: Convert between byte units in both SI system (base 10, e.g. kB to MB) and IEC system (base 2, e.g. kiB to MiB); Email_Validate: Validate if an email address is valid (fix for platform email validatation); Format_BigNumber: Rounds the BigNumber to the given FractionalDigits and adds a K, M, G or T, depending on the size of the BigNumber; Format_CSSColor: Outputs a CSS inline style for a specific color; Text_CutAt: Cuts long text strings, adding "..." or other string to the end; Text_NotEmpty: Returns <MainText> if not empty; returns <AltText> if <MainText> is empty; TrailingZero_Add: Adds trailing zero's to a number for formatting; Time_RemoveSeconds: Remove seconds from a time. CloseFeedbackMessage: Closes a feedback message from server side TimeToAmPmText: Converts a time to a AM/PM format in text AmPmTextToTime: Converts a text with AM/PM back to time GetAge: Calculates the age of a person (or a pet) based on the birthdate
戻る