-------------
INDEX
-------------
INDEX
-------------
List of topics covered in this blog. You may also like my other blogs.
Development/Coding using TAGS
- Example 1: Rendering Basic Asset
- Example 2: Rendering Flex Asset
- Example 3: Rendering Associations
- Example 4: Rendering Blobs
- Example 5: Searching Assets
- Example 6: Creating URLs for Hyperlinks
- Example 7: Site Plan
- Example 8: Satellite forms
- Example 9: In-Context Content Editing
- Example 10: Presentation Editing
- Example 11: Basic Guidelines for using TAGS
- Example 12: Rendering Basic and Flex Asset (Asset API Read)
- Example 13: Create, update and delete Asset (Asset API Write)
- Example 14: Searching asset via lucene
Tips and Tricks
- FatWire/WebCenter Sites debugging techniques
- Optimize usage of Admin and Advanced UI
- Important list of SQL queries
- WebCenter Sites tools
- Using Groovy elements in WCS
Check out my other blogs(Requires invite):
Customizations: Oracle WebCenter Sites / FatWire customizations
Customizations: Oracle WebCenter Sites / FatWire customizations
Oracle WebCenter Sites 12c: New OWCS 12c
---------------------------------
SUGGESTIONS/COMMENTS ARE INVITED
---------------------------------
---------------------------------
2 comments:
Hi,
Can you please post/update links to Tips and Tricks section of your blog:
1. FatWire/WebCenter Sites debugging techniques
2. Optimize usage of Admin and Advanced UI
3. Important list of SQL queries
4. WebCenter Sites tools
It would be very useful.
Thnaks!
Hi,
I need to create customize flex filter which should do the following task:
1. Asset definition has state name,city name, branch name and branch image as attributes.
flex filter should perform as below
Upon Save, the flex filter will be invoked and will do the following
i. Check if the folders State and City are present. If yes, it will save the asset in the City folder.
ii. If the folders do not exist, then it will created the respective folders and then save the Asset inside the City folder.
Please help me
Post a Comment