Questions tagged [extension-builder3]

Adobe Extension Builder 3 preview 3 is an Eclipse-based tool that helps web developers create extensions for Adobe Creative Cloud Applications using modern HTML5.

Extension Builder 3 is ideally suited for developers familiar with HTML, JavaScript and CSS with at least basic knowledge about Adobe Product Extensibility. Extension Builder 3 Preview is free to download.

Extension Builder 3 supports building extensions for Adobe Photoshop CC, Adobe Premiere Pro CC, Adobe Prelude CC, Adobe Illustrator CC, Adobe InDesign CC and Adobe Flash Pro CC. More Adobe Creative Cloud applications will be supported later in 2013. Features include:

UI Enhancements — In this release, extension panels that you build for Photoshop, Prelude, and Premiere Pro are designed to more closely match the UI of the host application.

New Project Wizard — The New Project Wizard can guide you to generate a new HTML extension project. The new project generated can be executed in target Adobe products directly. The new project wizard also provides several templates for the new project, such as minimum project, a project integrated with Adobe IPC library, etc.

In-app Debugging — Extension Builder 3 enables a debugging tool that is embedded in Adobe products, allowing you to step through your extension's code while it runs in the target application.

Export with JavaScript Obfuscation — Extension Builder includes tools to help you package your finished extension in the ZXP format, so that you can offer it in Adobe Exchange, and users can install and manage it with Extension Manager. During export, you can choose the JavaScript Obfuscation option, causing the JavaScript code in your extension to be processed by the Google JavaScript Obfuscator.

Bundle Manifest Editor — Extension Builder includes a graphical interface that allows you to examine and change the settings of your extensions without having to directly edit the manifest.

HTML Extension Samples — In addition to templates, this preview includes samples that illustrate the new HTML functionality. You can install and execute these samples in Photoshop CC and Premiere Pro CC

Reference :

http://labs.adobe.com/technologies/extensionbuilder3/

19 questions
4
votes
3 answers

Flexform in typo3 7.6.2 not working

I have created a extension using extension builder in typo3 7.6.2 version. Now I would like to add flexform to extension 'Products' for detail page PID. But I tried my best to integrate flexform but it did not work. Here is my code - In…
vids1229
  • 393
  • 1
  • 3
  • 12
3
votes
1 answer

TYPO3 8.7.10: "Unknown column 'sys_file_reference.uid_local:type' in 'where clause'" in a new extension with file type property

everybody! In a new TYPO3 8.7.10 site, i just created a new extension by using Extension Builder. In that extension, there is a model object ("FurnitureFamily") with a file type property (I called it "symbol"). My extension also has a plugin which…
3
votes
1 answer

TYPO3 extension builder multiple images upload not working

My goal is to create extension using extension builder in TYPO3 7.6.2 version. I created Category Product extension from extension builder document, it works perfect except upload single image. But I have to create functionality to add multiple…
vids1229
  • 393
  • 1
  • 3
  • 12
3
votes
1 answer

Foreign Key to TYPO3 Frontend User

How can I set a ForeignKey to the TYPO3 FrontendUsers in the Extension Builder? Do I have to set the param map to existing table? oder make a relation? What I want to do: I've got a Model (People) with its own fields and values. and now I want to…
Felix
  • 5,452
  • 12
  • 68
  • 163
2
votes
1 answer

Can not save Extension Builder 7.6.0 in TYPO3 7.6.9

I can not save Extension Builder 7.6.0 in TYPO3 7.6.9. When I'm click save button it's alert messages: Error while saving: Server responded with Status-Code: 0 Status text: communication failure Please help me. thanks.
Udom
  • 329
  • 2
  • 4
  • 18
1
vote
2 answers

TYPO3 add custom input fields to News Extension

I am trying to extend the news extension to include custom input fields. I've already created a domain model:
1
vote
1 answer

No Safari Extension Certificate

My Extension Builder cannot detect my safari extension certificate. I have followed all the steps properly like 1.Generate a new certificate (I have enrolled in the program) 2.open keychain access 3.drop certificate at system > certificates 4.double…
Priyanka
  • 806
  • 1
  • 9
  • 21
1
vote
1 answer

Display System Categories in TYPO3-FE

I am trying to build my first own extension with the Extension Builder. Up to now everything worked really well, but now I've got a problem and am not able to find a solution: My extension looks like this: You can add new Entries in the backend…
1
vote
1 answer

TYPO3 extension builder how to extend class from another extension

I am new in extension builder TYPO3 7.6.2. I have two extension like ExtA(Having infos) and ExtB(Having Products). I have created both the extension from extension builder separately. What I want to do is, In ExtA, I want to create relationship…
vids1229
  • 393
  • 1
  • 3
  • 12
1
vote
1 answer

TYPO3 Extension Builder Foreign Key

Why does the TYPO3 Extension Builder don't generate Foreign keys? I've set some relations between the models, but in SQL Code there are noe FKs only colums for the Value of the key. Does anyone can help me?
Felix
  • 5,452
  • 12
  • 68
  • 163
1
vote
1 answer

How to work with a local database file using Adobe HTML5 Extension?

I am porting an Flash (ActionScript) extension to HTML5 extension. I am storing some data (table format) to a local sql database file (its just a file, no local server is setup). Other crucial information regarding this db file- I'm using the same…
Sahil Mittal
  • 20,697
  • 12
  • 65
  • 90
0
votes
0 answers

Error while creating a new extension Typo3 with extension builder

I'm trying to create a new extension with two tables : Alert with 3 fields : title (string type) content (relation -> we must be able to select a content in the back office) news (relation -> we must be able to select a news from the existing table…
Zuyuute
  • 19
  • 2
0
votes
1 answer

Typo3 10.4.1 Extension Builder: No tables created for new extension

I have a TYPO3 10.4.1 installation (composer mode) on ubuntu 20.04 with php 7.4 and a mariadb database and installed the extension "Extension Builder" (v10-compatibility). When I create a new extension with domain model using the Extension Builder…
Kloker
  • 499
  • 4
  • 14
0
votes
2 answers

TYPO3 Extension Builder Integrate of existing table

I tried to integrate an existing table to my extension. The problem is that the content of the table isn't taken over. I created a new model with the name of the existing table and named the properties according to the existing column names. I also…
Simon
  • 5
  • 3
0
votes
0 answers

how to create template for adobe prelude using adobe extension builder

I am new to adobe extension builder . I want to use adobe extension builder for adobe prelude . I have installed adobe prelude and configured adobe extension builder in spring tool suite as well and i have even created one .zxp file as well but i am…
1
2