Partha started this conversation 8 years ago. 1 person has replied.
Best Answer
I know that for hamband SWL there is NO license. Perhaps you need not have one even for air band reception.
$refs.title.focus())
"
x-init="
window.livewire.on('newTopicCreated', () => {
open = false
})
"
class="fixed z-10 inset-0 overflow-y-auto"
aria-labelledby="modal-title"
role="dialog"
aria-modal="true"
>
Create New Topic
$refs.confirmButton.focus())
"
x-init="
Livewire.on('topicWasDeleted', () => {
open = false
})
"
class="fixed z-20 inset-0 overflow-y-auto"
aria-labelledby="modal-title"
role="dialog"
aria-modal="true"
>
Delete Topic
Are you sure you want to delete this topic? This action cannot be undone.
$refs.title.focus())
"
x-init="
window.livewire.on('topicWasUpdated', () => {
open = false
})
"
class="fixed z-10 inset-0 overflow-y-auto"
aria-labelledby="modal-title"
role="dialog"
aria-modal="true"
>
Edit Post
You have one hour to edit your pst from the time you created it.
$refs.title.focus())
"
x-init="
window.livewire.on('commentWasAdded', () => {
open = false
})
"
class="fixed z-10 inset-0 overflow-y-auto"
aria-labelledby="modal-title"
role="dialog"
aria-modal="true"
>
Add Comment
Edit Comment
Delete Comment
Are you sure you want to delete this comment? This action cannot be undone.