Свойство Align у обьектов Tfrx__ :-/ (FR v.3.14)

отредактировано 01:32 Раздел: FastReport 3.0
FR v.3.14

Как то странно ведет себе TfxMemoViev, TfrxRichView когда у него установлено свойство Align отличное от baNone.

1. Данные не всегда отображаються в нужном месте :-/ даже в режие просмотра.
2. В режиме редактирования иногда совсем пропадают обьекты класса TfxMemoViev, хотя в режиме просмотра все нормально :-/
3. У меня есть три елемента MasterData на одном из них лежит обьект класса TfrxRichView у которого Align установлено в baClient. В режиме просмотра данные отображаются нормально, в режиме редактирования TfrxRichView ростягивает по всему отчету :-/

С чем это может быть связано? Если это баг то когда можна ожидать его устранение?



Комментарии

  • отредактировано 01:32
    У меня такого не наблюдается. Можно привести последовательность действий, или пример отчета?
  • отредактировано 01:32
    AlexTZ написал:
    У меня такого не наблюдается. Можно привести последовательность действий, или пример отчета?
    1. У Memo3: TfrxMemoView установлено свойство Align = baRight но в режиме просмотра он отображается в левой части отчета.

    2. У Rich1: TfrxRichView свойство Align = baClient. В режиме просмотра все нормально, перехожу в режим редактирования Rich1 разворачмвается на весь отчет, не смотря на то что он лежит на MasterData3: TfrxMasterData(отдельный бенд)
    object MasterData3: TfrxMasterData
            Height = 0.047248000000000000
            Top = 206.740291000000000000
            Width = 687.874460000000000000
            Columns = 1
            ColumnWidth = 200.000000000000000000
            ColumnGap = 20.000000000000000000
            DataSet = frdsOrder
            DataSetName = 'frdsOrder'
            RowCount = 0
            Stretched = True
            object Rich1: TfrxRichView
              Align = baClient
              Width = 687.874460000000000000
              Height = 0.047248000000000000
              OnBeforePrint = 'Rich1OnBeforePrint'
              StretchMode = smActualHeight
              DataField = 'PrintComments'
              DataSet = frdsOrder
              DataSetName = 'frdsOrder'
              GapX = 2.000000000000000000
              GapY = 1.000000000000000000
              RichEdit = {
                7B5C727466315C616E73695C616E7369637067313235315C64656666305C6465
                666C616E67313034397B5C666F6E7474626C7B5C66305C666E696C204D532053
                616E732053657269663B7D7D0D0A5C766965776B696E64345C7563315C706172
                645C66305C667331365C7061720D0A7D0D0A00}
            end
          end
    

    Вот пример всего отчета.
    object frxReport: TfrxReport
        DotMatrixReport = False
        EngineOptions.DoublePass = True
        EngineOptions.MaxMemSize = 10000000
        IniFile = '\Software\Fast Reports'
        PreviewOptions.Buttons = [pbPrint, pbLoad, pbSave, pbExport, pbZoom, pbFind, pbOutline, pbPageSetup, pbTools, pbEdit, pbNavigator]
        PreviewOptions.Zoom = 1.000000000000000000
        PrintOptions.Printer = 'За замовчуванням'
        ReportOptions.CreateDate = 38147.874437534700000000
        ReportOptions.LastChange = 38519.514688923600000000
        ScriptLanguage = 'PascalScript'
        ScriptText.Strings = (
          'procedure Memo9OnBeforePrint(Sender: TfrxComponent);'
          'begin'
          '  if <frdsOfficialItems."QtyForPrint"> = 0 then'
          '    Memo5.Lines[0] := '''''
          'end;'
          ''
          'procedure Memo10OnBeforePrint(Sender: TfrxComponent);'
          'begin'
          '  if <frdsOfficialItems."QtyForPrint"> = 0 then'
          '    Memo13.Lines[0] := '''''
          'end;'
          ''
          'procedure LogoOnBeforePrint(Sender: TfrxComponent);'
          'begin'
          '  Logo.LoadFromFile(<frdsOrder."LogoType">);'
          'end;'
          ''
          'procedure Memo16OnBeforePrint(Sender: TfrxComponent);'
          'begin'
          'end;'
          ''
          'procedure Memo21OnBeforePrint(Sender: TfrxComponent);'
          'begin'
          '  if <frdsOrder."crID"> = 1 then'
          '    Memo18.Lines[0] := ''Ціна ( у.е. )'''
          '  else if <frdsOrder."crID"> = 4 then'
          '    Memo18.Lines[0] := ''Ціна ( гривна )'''
          '  else'
          '    Memo18.Lines[0] := ''Ціна ( '' + <frdsOrder."crName"> + '' )'''
          'end;'
          ''
          'procedure Memo22OnBeforePrint(Sender: TfrxComponent);'
          'begin'
          '  if <frdsOrder."crID"> = 1 then'
          '    Memo19.Lines[0] := ''Сума ( у.е. )'''
          '  else if <frdsOrder."crID"> = 4 then'
          '    Memo19.Lines[0] := ''Сума ( гривна )'''
          '  else'
          '    Memo19.Lines[0] := ''Сума ( '' + <frdsOrder."crName"> + '' )'''
          'end;'
          ''
          'procedure Rich1OnBeforePrint(Sender: TfrxComponent);'
          'begin'
          'end;'
          ''
          'procedure Memo11OnBeforePrint(Sender: TfrxComponent);'
          'begin'
          '  if <frdsOrder."IsPrintComment"> <> ''1'' then'
          '    Memo28.Visible := False'
          '  else'
          '    Memo28.Visible := True;'
          'end;'
          ''
          'begin'
          ''
          'end.')
        Left = 48
        Top = 198
        Datasets = <
          item
            DataSet = frdsOfficialItems
            DataSetName = 'frdsOfficialItems'
          end
          item
            DataSet = frdsOrder
            DataSetName = 'frdsOrder'
          end>
        Variables = <>
        Style = <>
        object Page1: TfrxReportPage
          PaperWidth = 210.000000000000000000
          PaperHeight = 297.000000000000000000
          PaperSize = 9
          LeftMargin = 20.000000000000000000
          RightMargin = 8.000000000000000000
          TopMargin = 10.000000000000000000
          BottomMargin = 4.000000000000000000
          object MasterData1: TfrxMasterData
            Height = 166.842610000000000000
            Top = 18.897650000000000000
            Width = 687.874460000000000000
            Columns = 1
            ColumnWidth = 200.000000000000000000
            ColumnGap = 20.000000000000000000
            DataSet = frdsOrder
            DataSetName = 'frdsOrder'
            RowCount = 0
            object Logo: TfrxPictureView
              Align = baLeft
              Top = 0.165337000000001000
              Width = 276.000000000000000000
              Height = 88.000000000000000000
              OnBeforePrint = 'LogoOnBeforePrint'
              DataField = 'LogoType'
              DataSet = frdsOrder
              DataSetName = 'frdsOrder'
            end
            object Memo14: TfrxMemoView
              Top = 99.102350000000000000
              Width = 687.874460000000000000
              Height = 15.000000000000000000
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -12
              Font.Name = 'Arial'
              Font.Style = [fsBold]
              Memo.Strings = (
    
                  'Рахунок:              [frdsOrder."dcNo"] від [FormatDateTime(''dd' +
                  '.mm.yyyy'', <frdsOrder."dcDate">)]')
              ParentFont = False
            end
            object Memo15: TfrxMemoView
              Top = 114.102350000000000000
              Width = 687.858287000000000000
              Height = 15.000000000000000000
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -12
              Font.Name = 'Arial'
              Font.Style = [fsBold]
              Memo.Strings = (
                'Покупець:           [frdsOrder."OrgNameFullInfo"]')
              ParentFont = False
            end
            object Memo6: TfrxMemoView
              Top = 144.377952760000000000
              Width = 686.740601000000000000
              Height = 14.000000000000000000
              OnBeforePrint = 'Memo16OnBeforePrint'
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = []
              Memo.Strings = (
    
                  'Умови поставки: [frdsOrder."DeliveryConditionName"]  [frdsOrder.' +
                  '"DeliveryAddress"]')
              ParentFont = False
            end
            object Memo1: TfrxMemoView
              Align = baRight
              Left = 389.874460000000000000
              Top = 0.377952759999999400
              Width = 298.000000000000000000
              Height = 15.000000000000000000
              StretchMode = smMaxHeight
              DataField = 'OurFirmNameForPrint'
              DataSet = frdsOrder
              DataSetName = 'frdsOrder'
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = []
              Memo.Strings = (
                '[frdsOrder."OurFirmNameForPrint"]')
              ParentFont = False
            end
            object Memo2: TfrxMemoView
              Left = 302.811225000000000000
              Top = 0.480333999999999200
              Width = 70.000000000000000000
              Height = 15.000000000000000000
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = []
              Memo.Strings = (
                'Продавець')
              ParentFont = False
            end
            object Memo3: TfrxMemoView
              Align = baRight
              Left = 301.874460000000000000
              Top = 17.007885000000000000
              Width = 386.000000000000000000
              Height = 67.000000000000000000
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = []
              Memo.Strings = (
                'Адреса                  [frdsOrder."_faAddr"]'
    
                  'Р/Р                         [frdsOrder."_faAccount"]  в  [frdsOr' +
                  'der."_faBank"]  МФО  [frdsOrder."_faMFO"]'
                'ЄДРПОУ                [frdsOrder."_faOKPO"]')
              ParentFont = False
            end
          end
          object DetailData1: TfrxDetailData
            Height = 31.873778000000000000
            Top = 345.826995000000000000
            Width = 687.874460000000000000
            Columns = 1
            ColumnWidth = 200.000000000000000000
            ColumnGap = 20.000000000000000000
            DataSet = frdsOfficialItems
            DataSetName = 'frdsOfficialItems'
            KeepChild = True
            KeepFooter = True
            KeepHeader = True
            KeepTogether = True
            RowCount = 0
            Stretched = True
            object Memo5: TfrxMemoView
              Align = baLeft
              Left = 493.858260640000000000
              Width = 96.000000000000000000
              Height = 15.000000000000000000
              OnAfterData = 'Memo9OnBeforePrint'
              OnBeforePrint = 'Memo9OnBeforePrint'
              StretchMode = smMaxHeight
              DataField = 'EndPriceWithVAT'
              DataSet = frdsOfficialItems
              DataSetName = 'frdsOfficialItems'
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = []
              Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
              HAlign = haRight
              Memo.Strings = (
                '[frdsOfficialItems."EndPriceWithVAT"]')
              ParentFont = False
            end
            object Memo7: TfrxMemoView
              Align = baLeft
              Left = 64.000000000000000000
              Width = 309.543307330000000000
              Height = 15.000000000000000000
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = []
              Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
              Memo.Strings = (
    
                  ' [frdsOfficialItems."Name"][frdsOfficialItems."Name2"][frdsOffic' +
                  'ialItems."Name3"][frdsOfficialItems."Name4"]')
              ParentFont = False
            end
            object Memo8: TfrxMemoView
              Align = baLeft
              Left = 373.543307330000000000
              Width = 67.653543310000000000
              Height = 15.000000000000000000
              StretchMode = smMaxHeight
              DataField = 'QtyForPrint'
              DataSet = frdsOfficialItems
              DataSetName = 'frdsOfficialItems'
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = []
              Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
              HAlign = haRight
              HideZeros = True
              Memo.Strings = (
                '[frdsOfficialItems."QtyForPrint"]')
              ParentFont = False
            end
            object Memo10: TfrxMemoView
              Align = baLeft
              Width = 64.000000000000000000
              Height = 15.000000000000000000
              StretchMode = smMaxHeight
              DataSet = frdsOfficialItems
              DataSetName = 'frdsOfficialItems'
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = []
              Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
              Memo.Strings = (
                ' [DellZerroStr(<frdsOfficialItems."PosNo">)]')
              ParentFont = False
            end
            object Memo13: TfrxMemoView
              Align = baLeft
              Left = 589.858260640000000000
              Width = 97.000000000000000000
              Height = 15.000000000000000000
              OnAfterData = 'Memo10OnBeforePrint'
              OnBeforePrint = 'Memo10OnBeforePrint'
              StretchMode = smMaxHeight
              DataField = 'SumWithVAT'
              DataSet = frdsOfficialItems
              DataSetName = 'frdsOfficialItems'
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = []
              Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
              HAlign = haRight
              Memo.Strings = (
                '[frdsOfficialItems."SumWithVAT"]')
              ParentFont = False
            end
            object Memo20: TfrxMemoView
              Align = baLeft
              Left = 441.196850640000000000
              Width = 52.661410000000000000
              Height = 15.000000000000000000
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = []
              Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
              HAlign = haCenter
              Memo.Strings = (
                ' [frdsOfficialItems."mtUnit"]')
              ParentFont = False
            end
          end
          object DetailFooter1: TfrxFooter
            Height = 103.338342000000000000
            Top = 398.740415000000000000
            Width = 687.874460000000000000
            Stretched = True
            object Memo24: TfrxMemoView
              Width = 373.039333220000000000
              Height = 15.000000000000000000
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = []
              Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
              Memo.Strings = (
                ' Загальна сума')
              ParentFont = False
            end
            object Memo27: TfrxMemoView
              Left = 373.417286220000000000
              Width = 313.322834645669300000
              Height = 15.118110240000000000
              DataField = 'dcSum'
              DataSet = frdsOrder
              DataSetName = 'frdsOrder'
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = [fsBold]
              Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
              HAlign = haRight
              Memo.Strings = (
                '[frdsOrder."dcSum"]')
              ParentFont = False
            end
            object Memo11: TfrxMemoView
              Top = 19.023375999999980000
              Width = 687.874460000000000000
              Height = 15.000000000000000000
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = []
              Memo.Strings = (
    
                  '* Гарантійний термін зазначений у паспорті або гарантійному тало' +
                  'ні')
              ParentFont = False
            end
            object Memo21: TfrxMemoView
              Top = 37.440660999999970000
              Width = 687.874460000000000000
              Height = 15.000000000000000000
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = []
              Memo.Strings = (
                'Виписав          [frdsOrder."Employ"]  ')
              ParentFont = False
            end
            object Line1: TfrxLineView
              Left = 73.377953000000000000
              Top = 54.078446999999420000
              Width = 202.000000000000000000
              Frame.Typ = [ftTop]
              Frame.Width = 0.100000001490116000
            end
            object Memo28: TfrxMemoView
              Top = 57.810728999999970000
              Width = 687.874460000000000000
              Height = 31.251979000000000000
              OnBeforePrint = 'Memo11OnBeforePrint'
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = []
              Memo.Strings = (
                '[frdsOrder."dcAnnotaion"]')
              ParentFont = False
            end
          end
          object MasterData2: TfrxMasterData
            Height = 60.842517000000000000
            Top = 227.527706000000000000
            Width = 687.874460000000000000
            Columns = 1
            ColumnWidth = 200.000000000000000000
            ColumnGap = 20.000000000000000000
            DataSet = frdsOrder
            DataSetName = 'frdsOrder'
            RowCount = 0
            Stretched = True
            object Memo16: TfrxMemoView
              Align = baWidth
              Top = 5.181106999999997000
              Width = 687.874460000000000000
              Height = 54.149598000000000000
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = []
              Memo.Strings = (
    
                  'Рахунок дiйсний для сплати протягом [frdsOrder."PayTerm"] банків' +
                  'ського(ких) дня(ів) з моменту виписки рахунку.'
                'При отриманні товару при собі мати'
                '  - довіреність, паспорт;'
    
                  '  - копію свідоцтва про реєстрацію платника податку на додану ва' +
                  'ртість.')
              ParentFont = False
            end
          end
          object MasterData3: TfrxMasterData
            Height = 0.047248000000000000
            Top = 206.740291000000000000
            Width = 687.874460000000000000
            Columns = 1
            ColumnWidth = 200.000000000000000000
            ColumnGap = 20.000000000000000000
            DataSet = frdsOrder
            DataSetName = 'frdsOrder'
            RowCount = 0
            Stretched = True
            object Rich1: TfrxRichView
              Align = baClient
              Width = 687.874460000000000000
              Height = 0.047248000000000000
              OnBeforePrint = 'Rich1OnBeforePrint'
              StretchMode = smActualHeight
              DataField = 'PrintComments'
              DataSet = frdsOrder
              DataSetName = 'frdsOrder'
              GapX = 2.000000000000000000
              GapY = 1.000000000000000000
              RichEdit = {
                7B5C727466315C616E73695C616E7369637067313235315C64656666305C6465
                666C616E67313034397B5C666F6E7474626C7B5C66305C666E696C204D532053
                616E732053657269663B7D7D0D0A5C766965776B696E64345C7563315C706172
                645C66305C667331365C7061720D0A7D0D0A00}
            end
          end
          object DetailHeader1: TfrxHeader
            Height = 15.826778000000000000
            Top = 309.165554000000000000
            Width = 687.874460000000000000
            object Memo4: TfrxMemoView
              Align = baLeft
              Top = 0.905504000000007700
              Width = 64.000000000000000000
              Height = 15.000000000000000000
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = [fsBold]
              Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
              HAlign = haCenter
              Memo.Strings = (
                ' Розділ')
              ParentFont = False
            end
            object Memo12: TfrxMemoView
              Align = baLeft
              Left = 64.000000000000000000
              Top = 0.905504000000007700
              Width = 309.307050000000000000
              Height = 15.000000000000000000
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = [fsBold]
              Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
              HAlign = haCenter
              Memo.Strings = (
                ' Асортимент, комплектність, якість')
              ParentFont = False
            end
            object Memo17: TfrxMemoView
              Align = baLeft
              Left = 373.307050000000000000
              Top = 0.905504000000007700
              Width = 67.779530000000000000
              Height = 15.000000000000000000
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = [fsBold]
              Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
              HAlign = haCenter
              Memo.Strings = (
                ' Кількість')
              ParentFont = False
            end
            object Memo18: TfrxMemoView
              Align = baLeft
              Left = 493.747990000000000000
              Top = 0.905504000000007700
              Width = 96.000000000000000000
              Height = 15.000000000000000000
              OnBeforePrint = 'Memo21OnBeforePrint'
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = [fsBold]
              Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
              HAlign = haCenter
              Memo.Strings = (
                ' ')
              ParentFont = False
            end
            object Memo19: TfrxMemoView
              Align = baLeft
              Left = 589.747990000000100000
              Top = 0.905504000000007700
              Width = 97.000000000000000000
              Height = 15.000000000000000000
              OnBeforePrint = 'Memo22OnBeforePrint'
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = [fsBold]
              Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
              HAlign = haCenter
              Memo.Strings = (
                ' ')
              ParentFont = False
            end
            object Memo9: TfrxMemoView
              Align = baLeft
              Left = 441.086580000000000000
              Top = 0.755905999999981700
              Width = 52.661410000000000000
              Height = 15.000000000000000000
              StretchMode = smMaxHeight
              Font.Charset = RUSSIAN_CHARSET
              Font.Color = clBlack
              Font.Height = -11
              Font.Name = 'Arial'
              Font.Style = [fsBold]
              Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
              HAlign = haCenter
              Memo.Strings = (
                ' Од.вим.')
              ParentFont = False
            end
          end
        end
      end
    
  • отредактировано 01:32
    1 - у многих мемок стоит stretchtomaxheight, это неправильно. Они растягиваются вниз и перекрывают объект с align = baright
    2 - поправлено
  • отредактировано 01:32
    написал:
    1 - у многих мемок стоит stretchtomaxheight, это неправильно. Они растягиваются вниз и перекрывают объект с align = baright

    Спасибо установка свойства StretchMode = smActualHeight, помогло. Хотя сразу сложно сообразить в чем дело ;) .

    Скажите когда можна будет забрать 2 ?

  • отредактировано 01:32
    FR3.15 выйдет на ближайшей неделе.

Оставить комментарий

Многофункциональный текстовый редактор. Чтобы отредактировать стиль параграфа, нажмите TAB, чтобы перейти к меню абзаца. Там вы можете выбрать стиль. По умолчанию не выбран ни один стиль. Когда вы выберете текст, появится встроенное меню форматирования. Нажмите TAB, чтобы войти в него. Некоторые элементы, такие как многофункциональные вставки ссылок, картинок, индикаторов загрузки и сообщений об ошибок могут быть вставлены в редактор. Вы можете перемещаться по ним, используя стрелки внутри редактора и удалять с помощью клавиш delete или backspace.