Mukautettujen kenttäeditorien kehitys OCE Toolkitin avulla

OCE Toolkit tukee Kentän näyttö -tyyppisten komponenttien kehitystä. Kehittäjät voivat luoda ja hallita mukautettuja kenttäeditoreja.

Voit suorittaa seuraavia tehtäviä Kentän näyttö -tyyppisten komponenttien osalta:

  • Avaa, kopioi tai poista komponentti
  • Julkaise komponentti tai peruuta komponentin julkaisu
  • Vie tai tuo komponentti
  • Lisää jäseniä komponenttiin tai poista jäseniä komponentista
  • Katso ominaisuudet
  • Valitse komponentin logo

Voit suodattaa komponenttien listan Kentän näyttö -tyypin mukaan.

Mukautettujen kenttäeditorien kehitystä varten on saatavilla seuraavat OCE Toolkit -komennot:

cec add-field-editor <name>                        Adds a field editor to a field in a content type.                       [alias:  afe]
  cec remove-field-editor <name>                     Removes a field editor from a field in a content type.                  [alias:  rfe]

------------------------
cec add-field-editor
------------------------
Usage: cec add-field-editor <name>

Adds a field editor to a field in a content type.

Options:
  --template, -t         The template the content type is from  [required]
  --contenttype, -c      The content type  [required]
  --field, -f            The field the field editor is for  [required]
  --contenttemplate, -n  Flag to indicate the template is a content template
  --help, -h             Show help  [boolean]

Examples:
  cec add-field-editor editor1 -t BlogTemplate -c BlogPost -f summary            Use editor1 as the appearance for field summary in content type BlogPost from local template at src/templates/BlogTemplate
  cec add-field-editor editor1 -t BlogTemplateContent -n -c BlogPost -f summary  Use editor1 as the appearance for field summary in content type BlogPost from local template at src/content/BlogTemplateContent
------------------------
cec remove-field-editor
------------------------
Usage: cec remove-field-editor <name>

Removes a field editor from a field in a content type.

Options:
  --template, -t         The template the content type is from  [required]
  --contenttype, -c      The content type  [required]
  --field, -f            The field the field editor is for  [required]
  --contenttemplate, -n  Flag to indicate the template is a content template
  --help, -h             Show help  [boolean]

Examples:
  cec remove-field-editor editor1 -t BlogTemplate -c BlogPost -f summary            Remove editor1 as the appearance for field summary in content type BlogPost from local template at src/templates/BlogTemplate
  cec remove-field-editor editor1 -t BlogTemplateContent -n -c BlogPost -f summary  Remove editor1 as the appearance for field summary in content type BlogPost from local template at src/content/BlogTemplateContent

OCE Toolkitiin sisältyvät nämä Kentän näyttö -mallikomponentit:

  • TextFieldEditor
  • SliderFieldEditor
  • MapFieldEditor

Seuraavassa kuvassa näytetään OCE Toolkit -komennot, joiden avulla voit kehittää Kentän näyttö -mallikomponentteja.

Kohteen GUID-7E4A4615-3933-460D-B1A4-8BB567AD6279-default.png kuvaus seuraa
Kuvan GUID-7E4A4615-3933-460D-B1A4-8BB567AD6279-default.png kuvaus

Voit luoda valmiita Kentän näyttö -komponentteja paikallisessa palvelimessa, testata niitä ja ladata ne sen jälkeen Oracle Content Management -instanssiin. Seuraavassa kuvassa näytetään kyseiset komponentit kohteessa localhost:8085.


Kohteen GUID-B3F5C575-AFD2-4C09-B1AD-6F57D9C21EF6-default.png kuvaus seuraa
Kuvan GUID-B3F5C575-AFD2-4C09-B1AD-6F57D9C21EF6-default.png kuvaus

Voit testata kunkin komponentin (kuten liukusäätimen) paikallisessa palvelimessa. Siellä voit valita komponentille ominaisuuksia ja tallentaa sitten komponentin.


Kohteen GUID-28AECCE7-556A-412D-ADC8-511053EBDDE5-default.png kuvaus seuraa
Kuvan GUID-28AECCE7-556A-412D-ADC8-511053EBDDE5-default.png kuvaus

Jos kyseessä on karttakomponentti, voit napsauttaa hiirellä ympäri karttaa ja määrittää siten jonkin sijainnin editorin arvoksi.


Kohteen GUID-F5DA12F7-4381-4154-80F7-D254C5944FF9-default.png kuvaus seuraa
Kuvan GUID-F5DA12F7-4381-4154-80F7-D254C5944FF9-default.png kuvaus

Voit muokata komponentin HTML-tiedostoa ja muuttaa sen asetuksia, kuten taustavärin.


Kohteen GUID-4533E630-9BF9-492E-A34E-8641FB287199-default.png kuvaus seuraa
Kuvan GUID-4533E630-9BF9-492E-A34E-8641FB287199-default.png kuvaus

Voit liittää kenttäeditorin paikallisesti sisältötyypin kenttään OCE Toolkit -komennolla:

cec add-field-editor editor1 -t SimpleContent -n -c SimpleType -f title

cec add-field-editor slider -t SimpleContent -n -c SimpleType -f value

Kun olet lopettanut mukautettujen kenttäeditorien konfiguroinnin ja testauksen, voit ladata ne Oracle Content Management -instanssiin OCE Toolkit -komentojen avulla:

# upload editors
cec ulcp editor1,slider -p -s Latest

# upload content

cec cr Repo5 -s

cec upload-content SimpleContent -r Rpo5 -s

Kun lataat mukautettuja kenttäeditoreja, komponenttisi tuodaan Oracle Content Management -instanssiin.


Kohteen GUID-E867244A-522C-43F1-AC5C-B00957B23B99-default.png kuvaus seuraa
Kuvan GUID-E867244A-522C-43F1-AC5C-B00957B23B99-default.png kuvaus