Hello
Is Wappler Providing Source code of it’s components or entire application’s source code.
Basically I want to modify the in-built (Wappler Provided) components to fulfill my custom requirement.
Or Can I make Extension by extending Wappler Existing Components for my custom requirements.
Thanks,
You can extend Wappler via server extensions:
Wappler opens up its extensibility powers!
Now you can define your own custom modules and formatters for Server Connect. You can write your own custom code but also provide a UI definition of your extensions so they integrate directly visually in Wappler!
Writing Extensions for Server Connect
Folder Structure
All extensions files are placed in your project folder under the following folders:
for modules:
extensions/server_connect/modules
for formatters
extensions/server_connect/forma…
And via App Connect extensions for the front end:
The next level of Wappler extensibility - App Connect for our front-end framework is here!
Building custom App Connect custom components with their own dynamic attributes, events and data sources is now possible. You can write your own custom components and also provide a UI definition of your extensions so they integrate directly visually in Wappler!
You also build custom Server Connect extensions now for the backend. Both type of extensions are described here.
Your extensions can be publi…
I have already gone through links you shared… This is for creating new extension… But I want following things to be achieved
Extend Wappler Provided Component and add custom features of my need.
Modify the Wappler Provided Components (Are they providing source code for modification)
Thanks
Yes, you can extend existing components if you want to.
An example can be found here .
More information over writing component can be found here .
Source code of the components is not provided, at least not directly. The source maps are available, so you can look into the original code using devtools.