Questions tagged [web-content]
94 questions
1
vote
1 answer
Network extension web content filter not working in iOS
I have added the Network extension to my app successfully for web content filtering. I have the entitlement file checked and capabilities added as well. I have also pushed web-content filtering payload from my server which has my app's bundle…

AnxiousMan
- 578
- 2
- 8
- 25
1
vote
2 answers
How to enable TextColor & FontSize selection option in WYSIWYG editor for web content in liferay DXP
I am having a html field in web content in liferay 7. i am using liferay default WYSIWYG editor. I want to allow user to change the text color and background.
Let me know if anyone has idea to achieve this.
Thanks

Dipti Ranparia
- 570
- 5
- 17
1
vote
3 answers
Display a Web Content into a Web Content Template
I'm using Liferay 7.0 ga3 and I want to make a carousel (bootstarp) with web content's structure/template(freemarker).
The structures allow to display several web content in my carousel. But in my template the cur_WebContent.getData() display the…

Gérôme Paquant
- 21
- 3
1
vote
1 answer
reading web page source code in java Differs from the orginal webpage source code
I am trying to implement program to read webpage source code and save it in text file then do some operations in it but the problem when I read web page source code , there is difference between the orginal web page source code and the output of…

Oghli
- 2,200
- 1
- 15
- 37
1
vote
0 answers
WebSite Loading Issue In Chrome
i have created a website.
its admin panel is same like Admin Panel Link
The problem is when i click on each link in
Firefox : it loads all contents smoothly.but in
Chrome : Some camera flash type effect occur on click of Link
So, whats solution of…

Sona
- 490
- 2
- 5
- 19
1
vote
1 answer
Creating pdf of a web page by using Apache PDFBOX
Today i came to know about PDFBOX and founded it as a good library to create PDF files.
I got some sample codes from which i can get text from pdf files,writing a text to a pdf file etc.
But what my requirement is that i need to show the web…

Vipin Nair
- 517
- 4
- 9
- 33
1
vote
0 answers
Cannot modify web content display in Liferay due to reference to virtual host
I have the following configuration:
Liferay Portal Community Edition 6.1 CE GA2 bundled with Tomcat
x2 Sites under the same Liferay portal instance:
somewebsite.com (virtual host is specified for website under control panel)
mobile.somewebsite.com…

AlexHalkin
- 1,088
- 14
- 33
1
vote
1 answer
Java - fetch web contents skipping middle pages in response reaching to the desired response
Java
I have situation where i have to fetch web contents of response in result of form submit, but it is little tricky b/s the flow is not as simple as request and response, is as follows.
Submit button pressed -> Display page processing wait timer…

d-man
- 57,473
- 85
- 212
- 296
1
vote
1 answer
Converting string to date with Velocity Template Language in Liferay 6 GA2
I'm having trouble converting a string to a date object in a Liferay 6 GA2 web content template.
I've tried my hand using the tools available ( Access Objects in Liferay )
I've even tried importing Java classes like:
#set ($foo = "2012-12-06")
#set…

cp3
- 2,119
- 2
- 22
- 27
1
vote
1 answer
import Web Content into Liferay Database
I want to keep web content in liferay database. Currently the JPGs are in another filesystem on another server, which I want to move to liferay database. Is there a way to bulk import these JPGs/web content to liferay db? One option I'm thinking is…

A.C
- 197
- 3
- 17
1
vote
0 answers
Liferay 6.1.0 CE web-content images not showing after upgrade from Liferay 6.0.6 CE
I have upgraded liferay 6.0.6 to Liferay 6.1.0 for this I already copied the document library folder before upgrade. Now after upgrade all documents are coming fine like word, pdf which is stored in document library folder.
My concern is images…

Sunil Rai
- 432
- 8
- 25
0
votes
3 answers
Web Content Editor
Is there any web content editor (like FCKEditor or WMD editor) that allows page layouts (images, tables etc.) like MS Word?

TheVillageIdiot
- 40,053
- 20
- 133
- 188
0
votes
1 answer
newbie: how to access content from a shop/catalog like website?
I like to access some data from web pages that are arranged like a catalog/shop from an android app.
For a concrete example: This is the URL for Amazons listing on Mark Twains…

abraxas
- 1
0
votes
1 answer
How to check file size upon upload?
I am using Liferays asset publisher and trying to configure the web content to handle images and documents. The document upload can be handled by the document library that liferay has to offer but when images have no such place. The template for the…

orangegoat
- 2,523
- 1
- 15
- 17
0
votes
1 answer
Flutter Expanded Widget returns "Null check operator used on a null value"
I' am new to flutter. I am using ListView.builder inside a NestedScrollView to hide my top AppBar and floating action button. AppBar and floating action button hides as required. I want to use InAppWebView to display web content. However, there is a…

Bond007
- 19
- 2