bug at radioboxes when jquery is implemented???

1
0
-1

Hello,

i have a blank user-step and added into the formular a radiobox with 3 options to select. this works fine.

But when i include a jquery-libary (online or directly as file) the radioboxes lost their select-elements. The text is shown but the little icons not.

Here an example of the manipulated process.html:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html dir="ltr" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
        <head>
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
                <meta name="description" content="Bonita Forms Application"/>
                <title>Bonita BPM Portal</title>
                <link href="css/bonita_form_default.css" rel="stylesheet" type="text/css"/>
                <script language="javascript" type="text/javascript" src="javascript/jquery-2.1.3.js"></script>
        </head>
        <body class="bonita-body">

Browser is Chrome (latest version) or the IE 11.

Anyone can help me?

Jathagrimon

Comments

Submitted by jathagrimon on Tue, 02/10/2015 - 10:34

ok, i find out that the process.html is not loaded. When i show the sourcecode of the page it looks like the file BonitaForm.html from the folder:

C:\BonitaBPMCommunity-6.4.1\workspace\tomcat\bonita\client\tenants\1\work\theme\portal\

Someone able to help me?

No answers yet.
Notifications