Word document: copy a document into another one

In this article we will present a broker we have developed. This service allows us to copy the entire content of a word document and place it within a specific content control of another word document.

Insert a value into a K2 control via JQuery

Sometimes there are operations that are not feasible or hardly feasible on K2. But that we can do via JQuery, only we need to store in a K2 control the result that the JQuery code returns. How to do it?  😕  

Read more

Word content control: Replace its content by another word content control

We will see how to replace the content of a content control of a word document from its K2 application. Let us consider that we have two word documents (D1 and D2). Each document have a content control C1 and C2 respectively. Here we will see how to replace the content of C1 by the content of C2 while maintaining the style. Indeed, the integration of a service that would do this is interesting.
Read more

Broker: merge two word documents on K2

Merging two word documents via the K2 application is an interesting feature. Indeed, the integration of a service that merges two word documents by generating another document is very interesting 🙂☝.
We present you a solution among one of the solutions developed in other articles on the same subject.

Read more

Add pagination on K2 list view editable

Hello !

I’ll  present you an interesting tutorial  😎 : the pagination of an editable list view on K2 . Indeed, K2 allow to add the pagination on a list view that can not be editable. But it not possible to add the pagination on an editable list view. Truce of chatter let us go to the heart of the matter.  😉 Read more

Clickable Data Label: open a pop-up

K2 controls that you do not have the “clicked ” event (such as Data Label, Label, HyperLink, etc.) and do not give the possibility to make operations during the click. However, in some cases we would want to make a clickable data label. For example use a Data Label, Label or HyperLink to open a Pop-Up. So how do you open a Pop-Up at a click on it for example 😬😬😬? Don’t panic!!!☝😌.

In this tutorial we will show you how to make a DataLabel control clickable so that it opens a Pop-Up. The process is the same for making a HyperLink control type. Read more