Pages having tree tag
The Primitive Template of the side navi. The side navi shows the document tree structure of the pages.
- Appearance
- Design Setting
- Server side program
Appearance
In order to preview the side navi part, open it with , and .Primitive Template editor pageselect the page to preview in the parameter setting dialog
The appearance of the side navi part is below.
blog
primitive
navigation
Read more
You can import and export the Primitive Template by using zip archive. You can use this function to backup the template and distribute templates you made to other website powered by Alinous Document CMS.
- Go to Primitive Template Management page
- Export Primitive Template
- Import Primitive Template
Go to Primitive Template Management page
At first, goto and open the Primitive Template to export with the editor.Primitive Template management page

primitive
Read more
Now, I've started to make new sample project. Ofcource it will be free download. It will be included in Alinous-Core IDE, and make it with new project wizard.
If we prepare design patterns of Rich UI, we can create high quality application soon.
I'm using jQuery library.
The Javascript and server-side program co-work well,
- Ajax dialog
- Tree Control
- Progress bar
- Autocomplete
Once you understand how to use it, you can use the knowledge again and again.
I think the samples should be simple. I will also make comprehensive and kind document in the developer section, newly.
Read more
I've almost written whole specification about Alinous-Core programming language. So, next theme is how to use it.
I'm going to focus on
About jquery
The jquery is very useful library. I have written a lot of code of Alinous-Core using that in Japan. And I found some design pattern to communicate with server-side code. So I'll make examples using
- Dialog UI
- Tree UI
- Slidebar UI
If server-side logic is easily made by Alinous-Core, I guess you can make anterprise application very easy.
About Selenium
The selenium is testing automation tool library, and I've used a lot.
By automating software test, it is easy to
- Change code and test again
- Co-work with remote developers
And I'll make example how to check result with the executed one and prepared one.
Read more
I'm now making test program using selenium. The selenium is useful testing library. I am using the Java version.
The Action package has a lot of action to handle the mouse move.
For example,
Read more
I've almost finished to make tutorial of testing automation for jQuery examples. In this process, I found some of them are not ready for that.
The difference between one of testing automation ready and not ready is whether it is accessible with xpath or not.
I often use xpath to specify the element in the web browser, so if it is not specified by the xpath, it is impossible to test it by JUnit and selenium, which is out of the web browser.
Read more
You can use Keyword Tag and the pages which has the topic of the keyword. The keyword tag has each pages to show the information about it.

If the Keyword Tag does not have the page, the tag is shown without link to the page on the pages which has the tag.
Documentation
Read more
Create a new Keyword Tag and the page to show the information. At first, create a new tag, after that, create a new page for the tag.
- Create a new Keyword Tag
- Keyword Tag management page
- Create a new Tag
- Add Tag Page
Create a new Keyword Tag
At first, you have to create a new keyword Tag.

Read more
The Primitive Template to show the tree structure of keyword tags.
- Appearance
- Design Setting
- Server side program
Appearance
n order to preview the tags side navi part, open it with , and .Primitive Template editor pageselect the page to preview in the parameter setting dialog
The appearance of the tags side navi part is below.
primitive
Read more