Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ description: This document explains the differences between pluggable and custom

## Introduction

Pluggable widgets are the successor to [Custom widgets](/howto8/extensibility/widget-development/). Pluggable widgets are based on a modern React framework, have access to better APIs in the client, and can use more advanced properties in Studio Pro. Therefore, pluggable widgets allow you to more easily implement existing front-end libraries, tools, and your own expertise. Pluggable widgets should be used instead of custom widgets whenever possible.
Pluggable widgets are based on a modern React framework, have access to better APIs in the client, and can use more advanced properties in Studio Pro. Therefore, pluggable widgets allow you to more easily implement existing front-end libraries, tools, and your own expertise. Pluggable widgets should be used instead of custom widgets whenever possible.

## Differences Between Pluggable and Custom Widgets

| Concept | Pluggable widgets | Custom widgets |
| ------------ | ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| Framework | [React](/apidocs-mxsdk/apidocs/pluggable-widgets/#client-component) | [Dojo](/howto8/extensibility/widget-development/#dojo) |
| Framework | [React](/apidocs-mxsdk/apidocs/pluggable-widgets/#client-component) | Dojo |
| Data access | Declarative, props-based | Imperative, callback-based |
| Data updates | [Receive updates in props](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#dynamic-value) | [Subscribe](https://apidocs.rnd.mendix.com/8/client/mx.data.html#.subscribe) |
| API | [Pluggable widgets API](/apidocs-mxsdk/apidocs/pluggable-widgets/) | [Mendix Client API](/apidocs-mxsdk/apidocs/client-api/) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Do not use "Mendix Administrator."

This term replaces "Mendix" and "Mendix Mobile app" (which are not to be used in the product UI or documentation).

Always use "the Mendix Developer App" and cross-reference [Getting the Mendix Developer App](/refguide8/getting-the-mendix-app/) where possible.
Always use "the Mendix Developer App" and cross-reference [Getting the Mendix Developer App](/refguide/getting-the-mendix-app/) where possible.

### Mendix Client

Expand Down
2 changes: 0 additions & 2 deletions content/en/docs/deployment/mobileapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ This page is divided into three tabs:
{{% alert color="warning" %}}
Building hybrid apps in the cloud uses the PhoneGap Build service from Adobe. Because Adobe no longer maintains this service, building hybrid apps in the cloud and publishing them to app stores is no longer possible.

To build a hybrid app and publish it, see [How to Build a Mendix Hybrid App Locally](/howto8/mobile/build-hybrid-locally/) for information on local building.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I'm going to need to update things like this with new links to more recent local build docs. In this case I should delete the hybrid mention altogether.


To publish your app in an app store, Mendix recommends building native iOS apps instead. For more information, see [Build Native Apps](/refguide/mobile/distributing-mobile-apps/building-native-apps/).
{{% /alert %}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ aliases:
- /deployment/cloud-foundry/index.html
- /howto/deploying-a-mendix-app-to-cloud-foundry.html
- /refguide/deploying-a-mendix-app-to-cloud-foundry.html
- /refguide8/deploying-a-mendix-app-to-cloud-foundry.html
- /refguide9/deploying-a-mendix-app-to-cloud-foundry.html
- /deployment/cloud-foundry/
- /howto/deploying-a-mendix-app-to-cloud-foundry
- /refguide/deploying-a-mendix-app-to-cloud-foundry
- /refguide8/deploying-a-mendix-app-to-cloud-foundry
- /refguide9/deploying-a-mendix-app-to-cloud-foundry
- /developerportal/deploy/cloud-foundry-deploy/
#To update these screenshots, you can log in with credentials detailed in How to Update Screenshots Using Team Apps.
Expand Down
30 changes: 0 additions & 30 deletions content/en/docs/howto8/_index.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading