Questions tagged as 'semantic-ui'

2
answers

Popup message in semantic ui

I have a button: <div class="ui container"> <a href="#" class="fluid ui violet button"><i class="mail icon"></i> Enviar Mensaje</a> </div> below I have the popup message initialization: <script t...
asked by 15.07.2017 / 14:55
1
answer

How to display a modal form in SEMANTIC UI

I have a button on the information or help form (the red button with the "i") I am with semantic ui and according to the documentation I can generate a modal defining the following: <div class="ui modal"> <i class="close icon...
asked by 18.07.2017 / 02:19
2
answers

How to align the 2 input radio button to the right

How can I align the radio button inputs using semantic ui: body { background-color: #fefefe !important; font-size: 9px !important;} .navbar-nav > li > a { font-size: 13px; } /* PASOS */ .item-flow{ text-align: center;...
asked by 02.05.2018 / 23:53
1
answer

Place icon in a cell of a table made with semantic-ui

I'm using Semantic-ui and on a page I load a table, which in the last two cells of each row, I put two icons that should behave as links to two other processes such as: edit the record, or delete it. Now ... according to the documentation of the...
asked by 29.06.2017 / 22:24
1
answer

See if there is an image and put it in a news item

I'm doing a very simple "news load" and when I speak of simple, believe me it's very simple ... I have a table where I load the titles, and a little picture on the left and a summary. It has more to the right a button where the user enters to re...
asked by 05.07.2017 / 17:14
1
answer

Select that I can not validate with javascript in semantic ui

I have in a form, three SELECT two of them are multiple and one is a simple select. I am using the semantic ui forms validation system. I can validate all the fields, but there is only one that does not validate me. <div class="field">...
asked by 03.10.2017 / 17:03
1
answer

DataTables with English language and semantic-ui

I'm trying to implement this tool that I found absolutely marvelous: Data Tables + Semantic UI Now, download the js and css reference, and I still see the parts of the table in English. I want to clarify that I edited the file jquery.dataTa...
asked by 30.06.2017 / 16:43
2
answers

Deactivate a tab in Semantic UI

I continue to give the implementation of Semantic-UI and I am with a problem that I would have to see why it does not work. It turns out that I have a system of 5 tabs that depend on the certain values I take from the database. One of those...
asked by 04.07.2017 / 15:23
2
answers

How can I recover the data from a textarea that TinyMCE has to format the text

I have a textarea to which I apply the TinyMCE text editing plugin ... Now ... when I want to send the content of that textarea to the database, it directly sends it to me null ... In the Head position the following script (this takes it out...
asked by 06.07.2017 / 19:51
1
answer

jquery datatables in semantic does not show me the search field

I have a web page where I load a table with records and I'm using the dataTables Table plug-in for jQuery about semantic-ui. It turns out that on another page the table loads me with all the controls: show a certain number of records, paginatio...
asked by 19.09.2017 / 00:26