29 questions
0
votes
1
answer
58
views
How do I make a dropdown list open as soon as an option from another drop-down list is selected?
In this product upload form, I have five drop-down list fields created using HTML (2 selects and 3 data lists with text area), and I have embedded Javascript to dynamically populate the options in the ...
0
votes
0
answers
89
views
React dynamic Datalist - Options are not populated via api response
Please find the issue below.
Initially data will be empty array, so the loading option will be displayed in data list. But when the datalist is clicked, an api call will be made to get the data. Once ...
0
votes
1
answer
658
views
How to Preselect value using Datalist Dropdown in Angular?
I have an editable dropdown in which I need to autopopulate its default value from a template.
The default value is fetched from "this.Model.Application.environment" that has "dev" ...
0
votes
1
answer
218
views
Angular FormGroup : unable to find control with path in angular 11
I'm trying to generate form dynamically on the basis of requirement but it is giving an error showing that unable to find control with path:
here I'm getting an List from API as per that list I'm ...
0
votes
1
answer
453
views
Dyanamic Dropdown List Validation (third level) using app script
I have a script written to apply three levels of validation. The first level of validation is in column A on the "master" sheet and the second and third are in the app script.
I am able to select the ...
0
votes
1
answer
336
views
Dynamic Drop List for Many to Many relation
I have 2 tables "Client" and "Location".
class Client(models.Model):
name = models.CharField(max_length=50)
class Location(models.Model):
name = models.CharField(max_length=50)
A Client can ...
0
votes
1
answer
959
views
Liferay 7 dynamic-content with different values for various language-ids?
I created a Liferay 7 structure with an "Explanation" field.
Here is a Web Content using that structure:
<?xml version="1.0"?>
<root available-locales="en_US" default-locale="en_US">
&...
0
votes
0
answers
81
views
Working with editable table cells
My code edits a table cell by clicking on it. But I want to add a datalist to make it easier. It should be something like an autocomplete text. Can I add a datalist to this code? I want to see the ...
0
votes
1
answer
206
views
Multiple dynamic dataLists and chrome
Running chrome 58.0.3029.110 under Linux similar issue reported under windows.
Data List dynamic (provided through websocket).
When attempting to hit a page with multiple dataLists none of the ...
0
votes
1
answer
879
views
Liferay,Dynamic Data List, template
How can i create a template with velocity or Freemarker for DDL in liferay ?
I have a DLL with some data, i would display it not as a table but as a menu beacouse data is defined as [link,text].
i ...
0
votes
1
answer
354
views
liferay-7 dynamic data lists hook
Hi I would like to create hook on Dynamic data lists in liferay 7.
Unfortunately I am not able to achieve DDLRecordServiceWrapper, according to source code it should be accessible under
import com....
1
vote
0
answers
316
views
Liferay - Create API to extract data from Dynamic Data List
Hi need to create create a webservice that would extract dinamically data from Liferay. Data is being inserted via Dynamic Data Lists.
Example:
1-I have one Dynamic Data List for clients
2-I have one ...
0
votes
1
answer
226
views
Dynamic Data List not listing data - Velocity Liferay
What am I doing wrong? I can't get the values to display within a Liferay Dynamic Data List portlet. The following is the template code. Currently nothing is displaying after the header. However, I ...
1
vote
0
answers
122
views
What is the maximum characters allowed in the option field in select tag in liferay 6.2 dynamic data list structure?
I am not able to get the values to be displayed onto the ui side for the dynamic data list with the select options having long option values.
I can see the data being stored into the database for the ...
0
votes
0
answers
1k
views
Link to view - Dynamic Data List Freemarker Template - Liferay
I'm creating a freemarker template for a dynamic data list in Liferay.
Now, I would like to redirect to view entry / record on clicking the link in this data list.
Actually I hava a view button, ...
0
votes
1
answer
225
views
How can I align my form fields in Liferay Dynamic data Lists?
I am using Dynamic Data List in Liferay 6.2 to create a form. I want the form fields to be ordered horizontally. But dragging the fields only lets me to align them vertically. How can this be achieved?...
3
votes
0
answers
779
views
Dynamic Data List: Configuring custom datasource for Select Data Definition
It is possible to specify or configure a custom datasource to load the select-options for a particular Data definition for Dynamic Data list?
The following image might clarify what I need to do:
Will ...
6
votes
1
answer
9k
views
How to add vertical scroll in HTML DataList tag [duplicate]
I have a datalist with lot of option, The list goes too long I want to give it vertical scroll.
<input list="browsers" name="browser">
<datalist id="browsers">
<option value="...
0
votes
0
answers
376
views
Liferay Dynamic Data List: Redirect to other page after record added
I created a Dynamic Data List form in Liferay at http://server/web/guest/apply, it works fine.
After the user fills the fields and press "Publish", I would like to redirect her to http://server/web/...
1
vote
1
answer
543
views
Adding a runtime JavaScript value to a Liferay Dynamic Data List
I have created a Liferay Dynamic Data List (DDL) allowing visitors to enter their name and surname.
In addition to name;surname I would like the DDL to memorize the value of a particular JavaScript ...
0
votes
2
answers
994
views
Liferay: Transferring data from dynamic data list to web content
We have it setup so users submit submissions to the dynamic data list and than if we want to approve and publish it we have to manually copy over all of the information. Is there an easier way to do ...
1
vote
1
answer
3k
views
How to display Link to Page fields properly in Liferay Dynamic Data Lists?
The context
I am trying to create a link list portlet on a page in my Liferay 6.2 instance. To achieve this, I have put a new Dynamic Data List Display portlet on the page and made a Data Definition ...
0
votes
2
answers
4k
views
How to get Liferay Dynamic Data Lists RecordId (ddlRecordId) in workflow script
I'm trying to integrate Liferay Dynamic Data Lists into Kaleo Workflow (Liferay 6.1 CE GA2), but how to get the ddlRecordId in workflow? I did some homework, I checked all Attributes in serviceContext,...
3
votes
1
answer
621
views
Liferay dynamic data lists
I'm using liferay (6.1) to make my portlets and right now I'm using dynamic data lists to define my data definition.
Is there anyway to add new Data definition fields?
Instead of the calendar date I ...
0
votes
1
answer
593
views
Dynamic Data Lists in Liferay
I have text field in my dynamic data list but there should be only email id's.
How to write validation for the text field??? There is only one required field in dynamic data lists
0
votes
0
answers
576
views
Connecting a Web Form to a Dynamic Data List
I just started using Liferay but have encountered a problem. I've set up a page to use as a Blog Entry point. I added the Blog Entry to the page but when I go to click "Add Blog Entry" it doesn't do ...
2
votes
1
answer
2k
views
Liferay 6.1 dynamic data list in velocity
I build some custom views for DDL. For text type fields i'd iterate through records and display just like below:
$record.getField("field_name").getValue()
This won't work for the date field. I ...
1
vote
1
answer
3k
views
Sorting items in a Dynamic Data List template in Liferay
I'm experimenting with Dynamic Data Lists in Liferay 6.1. The data definitions and list editors work fine, but I'm having trouble preparing a template to display the list. In particular I'm wondering ...
0
votes
2
answers
3k
views
List template in dynamic data list in Liferay
How can I develop a list template for a dynamic list in Liferay?