2015-01-17
0.2.10
Essentials
9.0.0.19
All
All
Components, Widgets
[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