Page 387 Extended Text Lines, source in 29
Source29
src/Layers/W1/BaseApp/Foundation/ExtendedText/ExtendedTextLines.Page.al36 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace Microsoft.Foundation.ExtendedText;
page 387 "Extended Text Lines"
{
AutoSplitKey = true;
Caption = 'Lines';
LinksAllowed = false;
MultipleNewLines = true;
PageType = ListPart;
SourceTable = "Extended Text Line";
layout
{
area(content)
{
repeater(Control1)
{
ShowCaption = false;
field(Text; Rec.Text)
{
ApplicationArea = Suite;
}
}
}
}
actions
{
}
}